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

How do shell structures work?

0 Answers  


Explain the difference between null pointer and void pointer.

0 Answers   TCS,


what is the c.

3 Answers   IBM, TCS,


Explain about the functions strcat() and strcmp()?

0 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,






int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


What header files do I need in order to define the standard library functions I use?

0 Answers  


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

1 Answers   Accenture, IBM,


What do you mean by a sequential access file?

0 Answers  


what is the difference between getch() and getche()?

7 Answers   Infosys,


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


Categories