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 meant by int fun const(int a, int b) { .... ... }
Which of these functions is safer to use : fgets(), gets()? Why?
Write a code of a general series where the next element is the sum of last k terms.
what is structuer?
What is c basic?
What is type qualifiers?
What is use of integral promotions in c?
c program to arrange digits in a no in ascending and descending order
how to return 1000 variables from functio9n in c?plz give me code also
write a program to display the array elements in reverse order in c language
what are the uses of structure?
Why main is not a keyword in c?