Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

how to input till end of line in c

while((scanf("%d",&n)) != EOF) { printf("%d",n); //other operations with n.. }
 
PREVIOUS NEXT
Tagged: #input #line
ADD COMMENT
Topic
Name
2+9 =