Hacker News new | past | comments | ask | show | jobs | submit login

I always get confused with `const` so I avoid using it hah. But If I had to, I'd either use `const char * foo`, `char * const foo` or `const char * const foo`.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: