Nielit STA [02-12-2018]
October 26, 2023JNU CS M.Phil 2019 Shift-1
October 26, 2023JNU CS M.Phil 2019 Shift-1
Question 6 |
Consider the following program fragment
int v=3, *pv=&v;
printf(“%d, %d”, v, *pv);
The output will be
an error message | |
3, address of v | |
3, 3 | |
None of above |
Correct Answer: C
Subscribe
Login
0 Comments