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
Get step-by-step solutions from verified subject matter experts
