list the no of files created when c source file is compiled
Answer Posted / viji
application file and
.obj file
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How do you determine whether to use a stream function or a low-level function?
When should we use pointers in a c program?
Describe the modifier in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain what is a pragma?
What are header files and explain what are its uses in c programming?
How can you call a function, given its name as a string?
Differentiate between Macro and ordinary definition.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Is fortran still used today?
What are integer variable, floating-point variable and character variable?
What is difference between array and pointer in c?
What are compound statements?
Why functions are used in c?
Explain logical errors? Compare with syntax errors.