Vidyalelo
C++ Programming · Q648

C++ miscellaneous

Programming · C++ Programming · question 648

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
Answer
C.
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