View Single Post
  #1 (permalink)  
Old May 12th, 2007, 03:37 AM
[email protected] amit_mande@yahoo.com is offline
Authorized User
 
Join Date: Aug 2006
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to amit_mande@yahoo.com Send a message via AIM to amit_mande@yahoo.com Send a message via MSN to amit_mande@yahoo.com Send a message via Yahoo to amit_mande@yahoo.com
Default Constant pointer and pointer to a constant

Expalin me about following statements

char * const ptr1="GOOOD";//constant pointer

int const * ptr2=&m; //pointer to a constant

What is difference between them?
I can't get these statements.
Please help me.

Thank you in advanced.

Reply With Quote