c syntax , how to improve my c skills?
- by yoavstr
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 ...