"hi" is string constant in both cases... However using p[] allocates memory and copies the string "hi" in it. On Aug 3, 2011 2:17 AM, "Radhika Renganathan" <[email protected]> wrote: > thks ravinder.. ! > > char p[]="hi" > char *p = "hi" > > are both string constants? > > On Wed, Aug 3, 2011 at 2:08 AM, Ravinder Kumar <[email protected]> wrote: > >> ++*p++ >> >> This statement changing the value of read only memory of string constant >> >> *p="hai friends" ; >> >> >> >> >> -- >> *With Regards :* >> >> Ravinder Kumar >> B.Tech Final Year >> Computer Science and Engineering >> MNNIT Allahabad >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/algogeeks?hl=en. >> > > > > -- > .... radhika .. :) > > -- > You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]. > For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en. >
-- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
