Answer Posted / jack
while compiler encounters following situation it uses the CC
1.when assigning one object to another object of same class
type
2.When an object is passed to the called function.....
3.when a function returns the object type and assigns it to
the another object..........
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What are the uses of pointers?
Can I make ios apps with c++?
Name the implicit member functions of a class.
Does c++ support multilevel and multiple inheritances?
Explain the different access specifiers for the class member in c++.
Why do we use iterators?
What is auto type c++?
How do you traverse a btree in backward in-order?
Specify some guidelines that should be followed while overloading operators?
Write a program to add three numbers in C++ utilizing classes.
What is the keyword auto for?
What is switch case in c++ syntax?
What is flush () in c++?
How the programmer of a class should decide whether to declare member function or a friend function?
Define a constructor?