c syntax , how to improve my c skills?

Posted by yoavstr on Stack Overflow See other posts from Stack Overflow or by yoavstr
Published on 2010-05-24T21:29:22Z Indexed on 2010/05/24 21:31 UTC
Read the original article Hit count: 136

Filed under:
|

what is the diffrance between :

char const *p;
cost char  *p;
char *const p;

??

and is there a good site where i can relearn c and c++? it seems that i forgot it and job interviews doing me an hard time ...

© Stack Overflow or respective owner

Related posts about c

    Related posts about programming-languages