is compiler do read the data line by line or not.
??
Answer Posted / ankith.v
It Reads The Data Line by Line
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In C, What is the #line used for?
What are the advantages of the functions?
What are extern variables in c?
What is a const pointer in c?
Tell me what is the purpose of 'register' keyword in c language?
What does return 1 means in c?
#include
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Is that possible to store 32768 in an int data type variable?
Differentiate between null and void pointers.
why we wont use '&' sing in aceesing the string using scanf
Write a Program to accept different goods with the number, price and date of purchase and display them
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Write a code to remove duplicates in a string.
How can I find the modification date and time of a file?