answer is required asap
what will be the output of the following program? int main() { int a=5; switch(a) { case 0: printf("o "); case 3: printf("3"); case 5: printf("5 "); default: printf("RABBIT "); } a=10; switch(a) { case 0: printf("o case 3: printf(13); case 5: printf(15); default: printf("RABBIT ID break; } W return 0; }
answer is required asap
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
answer is required asap
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!