Pointer to Constant Objects :
- Pointer to a Constant Object is called as 'Pointer to Constant Object'
const data-type *pointer_name ;Example :
int n = 30 ; const int ptr; ptr = &n;
What does it means ?
" Pointer to Such Object cannot be changed "

0 Comments:
Post a Comment
Your Feedback :This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email