Archives
Posts Tagged ‘Pointers’
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...Pointers vs. References in C/C++
Pointers and References look similar but they are different. Gain better knowledge in them will help you to write more robust code with easier maintenance.
Read More...
Recent Comments