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


Please Help Members By Posting Answers For Below Questions

what value is returned to operating system after program execution?

1595


Where is c used?

644


What is difference between && and & in c?

576


What are the different types of data structures in c?

595


Dont ansi function prototypes render lint obsolete?

599






What are logical errors and how does it differ from syntax errors?

650


What are qualifiers in c?

568


Why is a semicolon (;) put at the end of every program statement?

620


Write a program in c to replace any vowel in a string with z?

682


What is a pointer in c plus plus?

684


Multiply an Integer Number by 2 Without Using Multiplication Operator

314


Can a local variable be volatile in c?

572


How can a number be converted to a string?

592


Explain high-order bytes.

670


Is there a built-in function in C that can be used for sorting data?

742