list the no of files created when c source file is compiled
Answer Posted / khaja
.obj,.exe
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
What is dangling pointer in c?
What do the functions atoi(), itoa() and gcvt() do?
Explain why c is faster than c++?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Explain what is a static function?
What is #line in c?
Do you know the difference between exit() and _exit() function in c?
What is sizeof array?
What is putchar() function?
What is the purpose of main() function?
What is the use of static variable in c?
Once I have used freopen, how can I get the original stdout (or stdin) back?
When would you use a pointer to a function?
What is the deal on sprintf_s return value?
What type of function is main ()?