list the no of files created when c source file is compiled
Answer Posted / viral doshi
.obj
.i
.bak
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is meant by errors and debugging?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
Can a variable be both const and volatile?
State two uses of pointers in C?
What is the use of the function in c?
How can my program discover the complete pathname to the executable from which it was invoked?
What does char * * argv mean in c?
Explain what standard functions are available to manipulate strings?
What is getch() function?
What is new line escape sequence?
what is reason of your company position's in india no. 1.
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is switch in c?