Question:What are the different file extensions involved when programming in C?
Answer 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.
+ Report
What are the different file extensions involved when programming in C?