If you declare an integer pointer as int* pt; and you declare an integer variable as int num;, then which of the following is legal?
a. num = &pt;
b. pt = #
c. *num = *pt;
d. &num = pt;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.