A
Q. What is the output of the following code?
Code:
char symbol[3]={‘a’,‘b’,‘c’}; for (int index=0; index<3; index++) cout << symbol [index];
- Correct Answer - Option(B)
- Views: 21
- Filed under category C++
- Hashtags:
Discusssion
Login to discuss.