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
romitk
Project v0.12
tgo
Linked List demo in C
funcion dar vuelta numero
20171116:FUNCIONES
edmond@DESKTOP-M2BC2LH
squareifnal
Assignment 5 v2
arrays vowles printing