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
Is c procedural or object oriented?
What is pointer to pointer in c language?
Explain what is the general form of a c program?
Explain what is the stack?
Write a program to reverse a given number in c?
What is quick sort in c?
What is header file in c?
Explain the difference between malloc() and calloc() in c?
What are the back slash character constants or escape sequence charactersavailable in c?
Why doesnt the call scanf work?
What is #define in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
praagnovation
Define and explain about ! Operator?
What is s or c?