What is the output of the following code?
#include Main() { Unsigned x=5,y=&x,*p=y+0; Printf ("%u", *p) ; } A) adress of x B) adress of y C) adress of p D) 5
- 2018 Views
- 6 Answers
Your Answer
Practice Mock Test
cognizant