is compiler do read the data line by line or not.
??

Answers were Sorted based on User's Feedback



is compiler do read the data line by line or not. ??..

Answer / abhi

Interpreter reads line by line not compiler

Is This Answer Correct ?    16 Yes 1 No

is compiler do read the data line by line or not. ??..

Answer / 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

is compiler do read the data line by line or not. ??..

Answer / pratheepmanikandan

yes.the compiler read a data line by line.

Is This Answer Correct ?    8 Yes 6 No

is compiler do read the data line by line or not. ??..

Answer / ankith.v

It Reads The Data Line by Line

Is This Answer Correct ?    1 Yes 1 No

is compiler do read the data line by line or not. ??..

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

is compiler do read the data line by line or not. ??..

Answer / archana

yes compiler reads line by line then compiles

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More C Interview Questions

21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }

3 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


Explain b+ tree?

0 Answers  


What is an operator?

0 Answers  


What is a macro?

0 Answers  






What are the loops in c?

0 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


What is header file definition?

0 Answers  


What are the types of data files?

0 Answers  


3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*

6 Answers  


Categories