is compiler do read the data line by line or not.
??
Answer Posted / archana
yes compiler reads line by line then compiles
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the difference between malloc() and calloc() function?
please explain every phase in the "SDLC" in the dotnet.
Here is a good puzzle: how do you write a program which produces its own source code as output?
Write a program to identify if a given binary tree is balanced or not.
Can include files be nested? How many levels deep can include files be nested?
Is struct oop?
Differentiate between null and void pointers.
What is the difference between near, far and huge pointers?
What is clrscr in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Is swift based on c?
What is signed and unsigned?
Why pointers are used?
Is main is user defined function?
What is define directive?