Answer Posted / v.senthil kumaran
Declare operator function (dummy) for assignment operator
in the private section of the class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the 2 main types of data structures?
What are c++ files?
What is difference between c++ and c ++ 14?
What do you understand by zombie objects in c++?
Is c++ a good first language to learn?
Explain shallow copy?
How would you differentiate between a pre and post increment operators while overloading?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is the difference between global int and static int declaration?
Write a program to concatenate two strings.
Does c++ have finally?
What is a singleton c++?
Why do we need templates?
Why cstdlib is used in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.