Question: 11 Given the declaration: int y int *yptr = &y; what statement will put the input value into y? scanf(%d, *y); O scanf(,&yptr); scanf(%d, yptr);
11 Given the declaration: int y int *yptr = &y; what statement will put the input value into y? scanf("%d", *y); O scanf("",&yptr); scanf("%d", yptr); Oscanf("%d", y)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
