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
What is enumerated data type in c?
How do I swap bytes?
What are the advantages of union?
What does the message "automatic aggregate intialization is an ansi feature" mean?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is 'bus error'?
What are derived data types in c?
What is the deal on sprintf_s return value?
Why isnt there a numbered, multi-level break statement to break out
How pointers are declared?
What are integer variable, floating-point variable and character variable?
Is c still used?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Is fortran still used today?
What is a structure member in c?