pointer to string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • junky_fellow@yahoo.co.in

    pointer to string

    guys,

    I need to declare a pointer to a string. Which of the following is
    better and why?

    char *pStr;
    unsigned char *pStr;

    thanks for any help.....
  • santosh

    #2
    Re: pointer to string

    junky_fellow@ya hoo.co.in wrote:
    guys,
    >
    I need to declare a pointer to a string. Which of the following is
    better and why?
    >
    char *pStr;
    unsigned char *pStr;
    >
    thanks for any help.....
    Why have you posted the same question again. See the answer for your
    first post.

    Comment

    Working...