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
Why is structure important for a child?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What is the difference between single charater constant and string constant?
Why we use stdio h in c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How do I swap bytes?
What is static volatile in c?
What is 1f in c?
How do you list files in a directory?
write a proram to reverse the string using switch case?
What is the difference between a function and a method in c?
Can we declare variable anywhere in c?
Whats s or c mean?