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
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
When do we run a shell in the unix system? How will you tell which shell you are running?
What is buffer and example?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are enumerations?
Explain the benefits of proper inheritance.
What are the benefits of operator overloading?
Describe protected access specifiers?
What is the basic structure of c++ program?
When to use “const” reference arguments in a function?
What is a c++ vector?
What is the difference between a type-specific template friend class and a general template friend class?
Write bites in Turbo c++ Header ("Include") Files.
Is swift faster than c++?
What are the uses of c++ in the real world?