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 the sizeof () operator?
What is the explanation for the dangling pointer in c?
What is context in c?
plz let me know how to become a telecom protocol tester. thank you.
What is d'n in c?
What is modifier & how many types of modifiers available in c?
Difference between macros and inline functions? Can a function be forced as inline?
Explain void pointer?
What is c basic?
What does the file stdio.h contain?
How can I write functions that take a variable number of arguments?
What are bitwise shift operators in c programming?
In a switch statement, explain what will happen if a break statement is omitted?
why programs in c are running with out #include
Can you please explain the difference between syntax vs logical error?