Run Code
|
API
|
Code Wall
|
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
Practice flipping the stars
WHY_?
variable arguments 2
Largest and smallest
Simple interest
fgets and basic string manipulation
Different variable scanf/printf statements
Goodone pointer minus void pointer
fibonacci1
18BCE2182 ASSESS_1 Q2-1