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 the equivalent code of the following statement in WHILE LOOP format?
How can I handle floating-point exceptions gracefully?
What does *p++ do? What does it point to?
Do you know the use of fflush() function?
What is difference between function overloading and operator overloading?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is the sizeof () a pointer?
What are the advantages of using Unions?
What is the easiest sorting method to use?
How a string is stored in c?
What is extern keyword in c?
Explain the process of converting a Tree into a Binary Tree.
What is the difference between malloc() and calloc() function in c language?
What is a buffer in c?
Write a code on reverse string and its complexity.