Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Conditional logic.c
//gcc 5.4.0 #include <stdio.h> int main(void) { int n; n =10; if (n>= 0) { printf ("The number is positive\n"); } else { printf("The number is negative\n"); } return 0; }
run
|
edit
|
history
|
help
0
C_141211_OrdenarArrayConFunciones
C_141127:MatricesUnSoloIndice
-Shello.c
Atoi test
FILE_Access
1233333
Singly LinkedList.c
IndiSelSort
C programming example for a Person struct and typedef (from ECE 2534)
19BCE0666.C