list the no of files created when c source file is compiled
Answer Posted / rahul maury
.obj
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is hungarian notation? Is it worthwhile?
Can we change the value of #define in c?
Are global variables static in c?
Explain what are the standard predefined macros?
Write a program to print numbers from 1 to 100 without using loop in c?
Tell me what is null pointer in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is a substring in c?
What functions are used in dynamic memory allocation in c?
Can we compile a program without main() function?
What are extern variables in c?
What is scope of variable in c?
What do you understand by normalization of pointers?
How to throw some light on the b tree?