Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Check EOF Value
//gcc 5.4.0 /* Program to get character and print it */ #include <stdio.h> int main(void) //main function with no arguments { int c; //variable declaration //input character while (getchar() != EOF) //loop for checking terminating character { printf("%d ", c != EOF); } printf("\n%d\n", c != EOF); return 0; //return }
run
|
edit
|
history
|
help
0
garbage
18BCE2182 ASSESS_3 Q3
printing float 3 pointers
MATRICES TRIANGULARES
20171117_PITAGORAS
Access the structure variable
Galgotia university
CONTADOR DE PALABRAS
18BCE2182 ASSESS_2 Q3
string.c