You are not logged in.

#1 2015-09-11 05:51:12

hasnain
Administrator
From: Chichawatni
Registered: 2014-10-13
Posts: 8,355
Website

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


Failure is the first step towards seccess.

2015-09-11 05:51:12

Advertisement
Ads By Google

Re: Constant Pointer:



Board footer