char *p="orkut" vs const char *p="orkut"

Posted by piemesons on Stack Overflow See other posts from Stack Overflow or by piemesons
Published on 2010-04-01T19:27:27Z Indexed on 2010/04/01 19:33 UTC
Read the original article Hit count: 376

Filed under:
|

char *p="orkut" vs const char *p="orkut"

whats the difference btwn these two...

© Stack Overflow or respective owner

Related posts about c

    Related posts about pointers