What is the output of the following
code
char symbol[3]={'a','b',c'};<br>for
(int index=0; index<3; index++)
<br>cout << symbol [index];
निम्नलिखित कोड का आउटपुट क्या है
char symbol[3]={'a','b',c'};<br>
<br>for (int index=0; index<3;
index++)<br>cout << symbol
[index];
Select one:
Answers
Answered by
1
Answer:
Output: abc
** Please mark this ans as Brainliest answer. Thank you!
Similar questions
English,
4 months ago
Social Sciences,
4 months ago
Science,
4 months ago
English,
9 months ago
English,
9 months ago