Archives

Posts Tagged ‘Const’

Pointers and Const in C/C++

October 5th, 2009 Leave a Comment

In C/C++ programming, the placing the keyword “const” with a pointer can be tricky. There are various ways of declaring a constant with a pointer. In this post, we look at the variants in detailed. It’s also a popular interview question too.

Read More...