is compiler do read the data line by line or not.
??
Answer Posted / 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 |
Post New Answer View All Answers
Compare interpreters and compilers.
What is an endless loop?
How to compare array with pointer in c?
What are the different categories of functions in c?
What language is c written?
The statement, int(*x[]) () what does in indicate?
Write a C program in Fibonacci series.
Why void main is used in c?
Write a program to reverse a string.
What is the value of h?
What is a wrapper function in c?
Explain union.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What does char * * argv mean in c?
What are qualifiers?