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 wrong in this statement?
Differentiate Source Codes from Object Codes
What is keyword in c?
what is the role you expect in software industry?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
write an algorithm and a program to count the number of elements in a circularly singly linked list
What is bubble sort technique in c?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain how do you sort filenames in a directory?
An array name contains base address of the array. Can we change the base address of the array?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?