Answered step by step
Verified Expert Solution
Question
1 Approved Answer
8) Which of the following categories does C++ belong to? (3 points) A. Operating System B. High-level programming language C. low-level programming language D. Compiler
8) Which of the following categories does C++ belong to? (3 points) A. Operating System B. High-level programming language C. low-level programming language D. Compiler 9) Which command is correctly written? (3points) A. cout > B. cin 10) Which of the following shows the correct syntax for an if statement? (3points) A. if boolean expression B. if boolean expression ) C. if (boolean expression) D. boolean expression if 11) Which data type can be used to hold a wide character in C++?(3points) A. unsigned char; B. int C. wchar D. none of the above 12) Who developed the C++ language? (3points) A. Steve Jobs B. Linus Torvalds C. Bill Gates D. Bjarne Stroustrup 13) The header file that must be included while using cout function in a C++ program is? (3points) A. conio.h B. math.h iostream D. none of the above 14) Which of the following denote newline character in C++ program? (3points) B. C. nc D. Inc
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started