e) Switch-case vs If-else. 2. Write the output of the following functions with proper reason You will get marks only if

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

e) Switch-case vs If-else. 2. Write the output of the following functions with proper reason You will get marks only if

Post by answerhappygod »

E Switch Case Vs If Else 2 Write The Output Of The Following Functions With Proper Reason You Will Get Marks Only If 1
E Switch Case Vs If Else 2 Write The Output Of The Following Functions With Proper Reason You Will Get Marks Only If 1 (51.25 KiB) Viewed 71 times
in c language
e) Switch-case vs If-else. 2. Write the output of the following functions with proper reason You will get marks only if you have given a proper reason for yo [10x answer: void foo() { int m=10,*n; void *p; n=p=&m; printf("%u, %u",n++,p++); } void foo() { int a[] {0, 4, 3, 4}; int *p, k,i; for(p=a+3,i=0;i<4;i++) printf("%d",p[-i]); } 1
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply