Computer Science, asked by deepjaiswal, 9 months ago

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 srajfaroquee
1

Answer:

Output: abc

** Please mark this ans as Brainliest answer. Thank you!

Similar questions