Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
PRACTICA LISTA
Ad
gcc compiler code for delay
MatrixMul_shortxshort
300
String manipulation
Hello
Rudra
Project v0.12
Ppp
Please log in to post a comment.