Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
ajr
//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 nested if..else..*/ #include<stdio.h> int main() { int a,b,c; a=10; b=9; c=8; if(a>b){ if(a>c){ printf("a is greater"); }else{ printf("c is greater"); } }else{ if(b>c){ printf("b is greater"); }else{ printf("c is greater"); } } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Project 5 v0.1
Ultimo avance de pregunta 1 guía4
My first structure
printing float 3 pointers
Taco Code
domain.com
b=1,c=1
T3.C
ele709 lab 3.4
Assignment 7
stackse - search stackoverflow differently
Please log in to post a comment.