answer is required asap

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

answer is required asap

Post by answerhappygod »

answer is required asap
Answer Is Required Asap 1
Answer Is Required Asap 1 (172.02 KiB) Viewed 30 times
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; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply