Question 1
Which of these is NOT a feature provided by most IDEs?
Question 2
What function is typically the entry point for any C++ program?
Question 3
Why is it important to use an IDE for C++ development?
Question 4
Which text editor was recommended for setting up a C++ environment?
Question 5
Which keyword is used to include standard input-output stream in C++?
Question 6
In which folder should you create your C++ project files in VS Code?
Question 7
What is the purpose of a compiler in C++ programming?
Question 8
What output should you expect after running a successfully compiled 'hello_world.cpp' C++ program?
Question 9
What makes C++ a middle-level language?
Question 10
What extension should be installed in VS Code for running C++ code?
Question 11
What command is used to compile a C++ file using GCC?
Question 12
What file extension is used for C++ source files?
Question 13
What is the correct syntax to output a line of text in C++?
Question 14
What type of applications is C++ widely used for due to its fast performance?
Question 15
Which compiler is recommended for C++ on Windows/Linux?