Search
User login
Username:
*
Password:
*
Register
Placement Papers
Interview Questions
Jobs in India
Content Base
Quiz/Puzzles
Questions
C Pointer Quiz
Question
1
of
6
Which of the following gives the value stored in pointer a?
a;
val(a);
*a;
&a;