Question: YOUR printf(char *fmt, ...) is written as { char *cp; int *ip; .......... } which may be called as printf(abc %c xyz %s any %d

YOUR printf(char *fmt, ...) is written as { char *cp; int *ip; .......... } which may be called as printf("abc %c xyz %s any %d thing %x ", a,b,c,d);

a. Write C code to let cp point to the fmt string _____________

b. Write C code to let ip point to the first parameter a _______________

c. HOW do you print each of the items a,b,c,d?

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!