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
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the difference between map and hashmap in c++?
How do you find out if a linked-list has an end?
What are destructors?
Is c++ the hardest language?
What is a node class in c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
What is static class data?
Show the declaration for a static function pointer.
Who was the creator of c++?
Difference between pointer to constant vs. Pointer constant
Can char be a number c++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
List the types of polymorphism in c++?
What is the advantage of an external iterator.