Hacker News new | ask | show | jobs
by m_mueller 3439 days ago
how do you remember a const pointer like

> int * const a

? i.e. in what way do you extend your scheme such that it makes sense again?

1 comments

'a' is a constant that can be dereferenced to get int.