Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
18BCE2182 ASSESS_1 Q1-5
print_odd_pointer.c
bitwise operations
Quadratic Formula
MatrixMul_shortxshort
LinkedListTest
Pozdravljeni v mali soli C.
Perfect number
Coba
B_141107_TablaMultiplicar
Please log in to post a comment.