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
AnswerD.
63
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board