Answer Posted / priya
Whenever u want to copy the members of one object to another
object of the same class in a C++ program.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is java easier than c++?
When should you use global variables?
What is a base class?
which operator is used for performing an exponential operation a) > b) ^ c) none
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What are the extraction and insertion operators in c++? Explain with examples.
Which one is better- macro or function?
What is the use of setfill in c++?
Differentiate between declaration and definition.
Can we get the value of ios format flags?
What is abstraction in c++?
program explaining feautures of c++
What are references in c++?
What is a modifier in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?