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

What is the total generic pointer type?

0 Answers  


What is difference between array and pointer in c?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


why 'c' is called middle level language.

2 Answers  






Describe how arrays can be passed to a user defined function

0 Answers  


what is the difference between exit() and _exit() functions?

2 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


Explain do array subscripts always start with zero?

0 Answers  


what is the use of keyword volatile??

4 Answers   LG Soft,


All technical questions

0 Answers   TCS,


What is typedf?

0 Answers  


Categories