Question: Given this function void f(int *p, int *q) { } *p = 1; If i = 2 and j = 0, what will the
Given this function void f(int *p, int *q) { } *p = 1; If i = 2 and j = 0, what will the values of 1 and 1 be, after we call f (& 1, &j); 1=1, j=2 1=2, -1 1=2,1-0 O 1=1, 1-0
Step by Step Solution
3.29 Rating (149 Votes )
There are 3 Steps involved in it
The image contains a C function with the following code c void fint p int q p q p 1 We are give... View full answer
Get step-by-step solutions from verified subject matter experts
