Answers for "how to input till end of line in c"

C
0

how to input till end of line in c

while((scanf("%d",&n)) != EOF) { printf("%d",n); //other operations with n.. }
Posted by: Guest on August-26-2020

Code answers related to "C"

Browse Popular Code Answers by Language