Comment on assignment operator in c++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Is there structure in c++?

0 Answers  


Are strings immutable in c++?

0 Answers  


When should we use multiple inheritance?

0 Answers  


What is encapsulation in c++ with example?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  






Why null pointer is used?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


What is virtual destructor? What is its use?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,


What is increment operator in c++?

0 Answers  


What is a "Copy Constructor"?

2 Answers  


What is oops in c++?

0 Answers  


Categories