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 main is user defined function?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is ponter?
Explain what is the advantage of a random access file?
Differentiate between static and dynamic modeling.
Why is not a pointer null after calling free?
What is an identifier?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
I need a sort of an approximate strcmp routine?
Dont ansi function prototypes render lint obsolete?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Can you think of a logic behind the game minesweeper.
How are strings stored in c?
Explain what is the difference between a string and an array?