is compiler do read the data line by line or not.
??
Answer Posted / jonu
both compiler and interpreter read the program line by line only
the main deference says
when interpreter read the line it compile and show error hand to hand,
but in case of compiler if it finds an error it points to that error and go for checking further program lines...
and in the end it show all error containing the program
reply me if i am wrong
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
When was c language developed?
What is array of pointers to string?
What does volatile do?
What does it mean when a pointer is used in an if statement?
Explain what standard functions are available to manipulate strings?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is the difference between far and near ?
What is merge sort in c?
How can a program be made to print the line number where an error occurs?
what is the difference between class and unio?
How do I read the arrow keys? What about function keys?
Explain what is the difference between functions getch() and getche()?
What is preprocessor with example?
What is a stream water?
What is the maximum length of an identifier?