What is the extension of C++ program is?
a) .h
b) .cpp
c) .obj
d) .exe
What is the extension of object file is?
a) .c
b) .txt
c) .obj
d) .h
Which of the following key is used to compile C++ program?
a) ALT + F5
b) ALT + F9
c) Ctrl + F5
d) Ctrl + F9
Which of the following key is used to execute a C++ program?
a) ALT + F9
b) Ctrl + F9
c) Ctrl + S
d) Ctrl + F5
The .exe file is produced by…….
a) linker
b) loader
c) compiler
d) interpreter
Which of the following key is used to save the file?
a) F2
b) F3
c) F5
d) F9