which will be first in c compiling ,linking or compiling
,debugging.
Answer Posted / siri&akhi
first compilation will take place and after that linking
will take place . debugging is checking for bugsi.e., errors
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Explain what math functions are available for integers? For floating point?
Explain about C function prototype?
Explain what is the difference between the expression '++a' and 'a++'?
how to execute a program using if else condition and the output should enter number and the number is odd only...
What’s a signal? Explain what do I use signals for?
What is the difference between far and near in c?
Explain null pointer.
What is the difference between printf and scanf )?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
State two uses of pointers in C?
How do you write a program which produces its own source code as output?
What are identifiers c?
How do you sort filenames in a directory?
Explain what is operator promotion?