Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
iplk
//gcc 5.4.0 #include <stdio.h> int main(void) { printf("Hello, world!\n"); return 0; }https://play.google.com/store/apps/details?id=vrpatel0018.cprograms /* Use of else if ladder .....*/ #include<stdio.h> int main() { int a,b,c; printf("\nEnter first no"); scanf("\n%d",&a); printf("\nenter second no"); scanf("\n%d",&b); printf("\nenter third no"); scanf("\n%d",&c); if(a>b&&a>c){ printf("\na is greater"); } else if(b>a&&b>c){ printf("\nb is greater"); } else{ printf("\nc is greater"); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lior Yehieli Lesson
quadsort vs qsort
Project v0.12
Check EOF Value
RadixSort
C_141106_Factorial
String manipulation
Project 3 Part 1 v1.0
time conversion1
141124_PI
stackse - search stackoverflow differently
Please log in to post a comment.