Answer Posted / rajesh
There are three stages of compilation
1) Preprocesing
2) Compilation
3) linking
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Explain how do you view the path?
What is a void * in c?
What is data type long in c?
What is the use of parallelize in spark?
What is %g in c?
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);
What is wrong in this statement? scanf(ā%dā,whatnumber);
How are strings stored in c?
How do you view the path?
What is calloc malloc realloc in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Explain what are its uses in c programming?
What is the difference between void main and main in c?
Explain what is the difference between a free-standing and a hosted environment?
What do you mean by keywords in c?