Computer Science, asked by shruthisplash, 6 months ago

void main
{
int i = 0;
for (i=0; i<20; i++)
{
switch(i)
{
default : i +=
break;
3
F
, i);
3
}
What is the output of given code snippet?​

Answers

Answered by hellobuddy71
0

Answer:

I can't understand your question

Explanation:

can you repeat it again

Answered by saloni7289
0

Answer:

0

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

Explanation:

acorrding to my understanding the output is this.

Similar questions