is compiler do read the data line by line or not.
??
Answers were Sorted based on User's Feedback
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 |
Answer / pratheepmanikandan
yes.the compiler read a data line by line.
| Is This Answer Correct ? | 8 Yes | 6 No |
Answer / parekh nirav
no, the compilor does not read the data by line but it
convets the inputed code in the computer understable
langauge i.e ine the hexadecimal code & then in binary code.
Then the data of the functions that are present in the
library are accessed.
IF this is not correct then plz send me the correct ans on:
www.parekhnirav@yahoo.com
| Is This Answer Correct ? | 0 Yes | 2 No |
What is difference between scanf and gets?
Explain what are binary trees?
why arithmetic operation can’t be performed on a void pointer?
Write a program to know whether the input number is an armstrong number.
How can I increase the allowable number of simultaneously open files?
Do you know what are the properties of union in c?
related proverb of "dont count your chicken before it hatches"
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is a Genralised LInked List?? Please give a detailed explation of it..
How can a string be converted to a number?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Explain data types & how many data types supported by c?