Question: 5. What will result when this function is called? int *check5 (void) int *buf; char *input - 1 cookie 2 cookie; sscanf (input, %d, buf
5. What will result when this function is called? int *check5 (void) int *buf; char *input - "1 cookie 2 cookie"; sscanf (input, "%d", buf ); printf ("got %d ", *buf); return buf
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
