CPP Ide MCQ
Cpp MCQ(1) Which of the following is an example of C/C++ IDE ?
A) Codeblock
B) DevC++
C) Turbo C++
D) All of these
Explanation
All of the mentioned IDE are commonly used for writing and compilation of C and C++ programs.
(2) IDE is an example of ______ software.
A) System
B) Application
C) Firmware
D) None
Explanation
Integrated Development Environment is an application software that provide writing, editing, compilation and execution facility.
(3) IDE is used for ____________ programs.
A) Writing
B) Debugging
C) Execution
D) All of these
Explanation
IDE is used for complete program cycle, from writing to execution.
(4) IDE stands for:
A) Integrated Designing Environment
B) Integrated Debugging Environment
C) Integrated Development Environment
D) Integrated Designing Engineering
Explanation
IDE is a software that is used to write, debug and execute programs.