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
How can I find the modification date and time of a file?
What header files do I need in order to define the standard library functions I use?
What is an lvalue in c?
What is the difference between scanf and fscanf?
Can we declare variables anywhere in c?
Calculate 1*2*3*____*n using recursive function??
Explain how do you view the path?
Is a house a shell structure?
What is switch in c?
Which is better oop or procedural?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is main () in c language?
Explain how can I make sure that my program is the only one accessing a file?
Where we use clrscr in c?
How can I pad a string to a known length?