What is pointer -to-members in C++? Give their syntax?
No Answer is Posted For this Question
Be the First to Post Answer
How can we check whether the contents of two structure variables are same or not?
What does flush do?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
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.
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is virtual function? Explain with an example
What is binary object model?
Write about the members that a derived class can add?
Explain the need for "Virtual Destructor"?
Define vptr.
Do you know what is overriding?
Explain linear search.