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
Total Preview: 1583
What are the different file extensions involved when programming in C?
Copyright © 2024. Powered by Intellect Software Ltd