C++ Language

Operator Overloading MCQ in C++

Operator Overloading MCQ C++ with answers and explanations for placement tests and job interviews. These solved C++ Operator Overloading MCQ questions are useful for the campus placement of all freshers including Engineering Students, MCA students, Computer and IT Engineers, etc. Our C++ Operator Overloading MCQ ( C++ Operator Overloading Multiple Choice Questions )  focuses on […]

Operator Overloading MCQ in C++ Read More »

pointers vs references in cpp

Pointers vs References in C++

In C++  pointer and reference, both are used to access the object indirectly. So it is important to know when to use the pointer and when to use reference. This article explains the difference between pointer and reference (Pointers vs References) in C++. Here, I will discuss some important differences between the reference and pointer

Pointers vs References in C++ Read More »