Sail E0 Webinar
Question

What is the output of this program?

#include < iostream >

using namespace std;

int main ()

{

int i;

cout > i + 4;

return 0;

}

Options:
A .  73
B .  your value + 4
C .  Error
D .  None of the mentioned
Answer: Option C


We are not allowed to do addition operation on cin.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers