What are the different file extensions involved when programming in C?

4 years ago
C Programming

Source codes in C are saved with .C file extension. Header files or library files have the .H file extension. Every time a program source code is successfully compiled, it creates an .OBJ object file, and an executable .EXE file.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions