list the no of files created when c source file is compiled
Answer Posted / abhijeet kankani
Basically 4 files:
a).c (source code file)
b).obj(object file in which .i and .asm are also included)
c).exe
d).bak (backup)
| Is This Answer Correct ? | 48 Yes | 3 No |
Post New Answer View All Answers
Why n++ execute faster than n+1 ?
Who developed c language?
Explain how do you view the path?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Explain a pre-processor and its advantages.
What does typedef struct mean?
What is the meaning of typedef struct in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is spaghetti programming?
How do you determine whether to use a stream function or a low-level function?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the difference between functions getch() and getche()?
State the difference between realloc and free.
What is putchar() function?
What are the types of assignment statements?