Archives
Posts Tagged ‘Const’
Pointers and Const in C/C++
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...
Recent Comments