Solved

Consider the Following C++ Program \quad Cout << "Hello World \quad

Question 24

Multiple Choice

Consider the following C++ program. #include <iostream>
Using namespace std;
Int main()
{
\quad Cout << "Hello World "
\quad Return 0;
}
In the cout statement,the missing semicolon in the code above will be caught by the ____.


A) compiler
B) editor
C) assembler
D) control unit

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions