list the no of files created when c source file is compiled
Answer Posted / rakesh
.cpp/.c // code
.i //after pre-prossesor
.obj // object file
.bak
.exe
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Explain a pre-processor and its advantages.
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What does main () mean in c?
Tell me is null always defined as 0(zero)?
Explain what are compound statements?
Explain that why C is procedural?
How can I remove the leading spaces from a string?
How can I read/write structures from/to data files?
Explain the use of fflush() function?
What is nested structure with example?
What are the features of c languages?
What is the use of getch ()?
Can you pass an entire structure to functions?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Can the sizeof operator be used to tell the size of an array passed to a function?