Q648
What will be the output of the following C++ code? #include #include #include using namespace std; int main() tuple tp = "Hello", 1, 's'; return 0;
A.
Nothing is printed
B.
Compile-time error
AnswerC.
Run-time error
D.
Exception occurs
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board