Vidyalelo
C++ Programming · Q261

C++ miscellaneous

Programming · C++ Programming · question 261

Q261

What will be the output of the following C++ code? #include using namespace std; int main () int i; cout > i + 4; return 0;

A.
73
B.
your value + 4
C.
Error
Answer
D.
63

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board