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
Is c call by value?
What is a far pointer in c?
Do you know the difference between exit() and _exit() function in c?
Explain the use of 'auto' keyword in c programming?
What is a memory leak? How to avoid it?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Describe the modifier in c?
What is the difference between variable declaration and variable definition in c?
Why doesn't C support function overloading?
Explain enumerated types.
What is use of null pointer in c?
What are the 5 organizational structures?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
How do you list files in a directory?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions