boss when ever u declare a char * agroup; and u give it a value say
"USA" u r making or rather it is placed as READ only so the question
of modifying it can not come...
What?
This looks like a reply to some other article, but you didn't post it
as a followup, so we can't tell what you're talking about.
Speaking of knowing what you're talking about, please don't use
abbreviations like "u" and "r" for "you" and "are"; it makes your
article much more difficult to read (or, if you prefer, t mks yr rtcl
mch mr dffclt t rd).
Finally, if I understand you correctly, you're mistaken. There was a
previous thread involving a variable called "aGroup", but it was an
array, not a pointer. Initializing an char array with a string
literal doesn't make the array read-only.