The C program is saved with extension.cpp: true or false
Answers
Answered by
0
Whenever a C program file is compiled and executed, the compiler generates some files with the same name as that of the C program file but with different extensions. ... Every file that contains a C program must be saved with '. c' extension. This is necessary for the compiler to understand that this is a C program file.
Similar questions