You are not logged in.
Pages:: 1
#1 2015-09-11 05:51:10
Constant Pointer:
C Programming Quizzes C++ Placement
Question:
int const *ptr1 = &m;
// this is example of,
Option A):
Pointer to a constant
Option B):
Constant pointer
Option C):
Constant pointer And Pointer to a constant
Option D):
None
Correct Answer is Option A):
Pointer to a constant
You cannot discover the new oceans unless you have the courage to lose the sight of the shore.
Offline
2015-09-11 05:51:10
- Advertisement
- Ads By Google
Re: Constant Pointer:
\n
Pages:: 1