Computer Science, asked by keerthi2308, 11 months ago

5. int main()
int i= 3, k=3;
switch(1)
case 1: printf("India");
break;
case k: printf("Delhi"):
break;
default: printf("India Delhi");
What is the output of the above program?

Answers

Answered by sandeepkr5531
0

Answer:

Explanation:

india

Similar questions