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
Character testing
18BCE2182 ASSESS_1 Q1-8
PRACTICE FINAL 2
guia 4 terminada
Hello
SAI_1-6.c
150108_recursividadFactorial
1.2 No. of Threads
Atoi without minus
Atoi test