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 are the features of c languages?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
about c language
can we print any string without using terminator?
What is the difference between a free-standing and a hosted environment?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
how many times does the loop iterated ? for (i=0;i=10;i+=2) printf("Hi\n");
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
The file stdio.h, what does it contain?
Difference between linking and loading?
suppose there are five integers write a program to find larger among them without using if- else
FILE PROGRAMMING