Question: 1. Answer the following questions: a. (10 pts) Write C macro with name give_info which takes two argument such that first arguments is character array

 1. Answer the following questions: a. (10 pts) Write C macro

1. Answer the following questions: a. (10 pts) Write C macro with name give_info which takes two argument such that first arguments is character array and second one is an integer. For these given inputs: char ders_ksaltma[3]={'A','C', 'M'); int code=222; give_info(ksaltma,code); gives following output: Department: ACM Course Code=222 b. (10 pts) Write C macro with name MAX which returns the bigger number for given two arguments0. (don't forget that macro arguments are typless). c. (5 points) What is the output of this program? #include using namespace std; #define PR(id) printf("The value of " #id " is") int main() { int i = 10: PR(i); return 0;}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!