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
can we have joblib in a proc ?
What is the difference between printf and scanf in c?
Tell me is null always defined as 0(zero)?
Are there namespaces in c?
Differentiate between declaring a variable and defining a variable?
Are global variables static in c?
What is a scope resolution operator in c?
what are enumerations in C
Write a program to check whether a number is prime or not using c?
What is the difference between union and anonymous union?
How do you use a pointer to a function?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can you check to see whether a symbol is defined?
Hi can anyone tell what is a start up code?