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 open files mentioned on the command line, and parse option flags?
What is double pointer in c?
What is a program?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Why is c called c not d or e?
How can you invoke another program from within a C program?
What is f'n in math?
If errno contains a nonzero number, is there an error?
What is printf () in c?
What is #line used for?
Can we add pointers together?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Why is not a pointer null after calling free?
How do you define structure?
What is pointers in c?