Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
14th Feb Programming Project v.01
Prime check
joseph a triangle
TeleBook2
exercises
int_A_1a.c
InterviewDesk_Embedded
array and its sum
strcat
GPS Logger || how much %
Please log in to post a comment.