Answer Posted / ishu
Rick Mascitti...
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is this pointer in c++?
What do you mean by storage classes?
What is the difference between public and private data members?
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 null pointer and void pointer?
What is buffering in c++?
What is a virtual destructor? Explain the use of it?
What is the disadvantage of using a macro?
How does list r; differs from list r();?
What is meant by iomanip in c++?
Is java easier than c++?
Differentiate between an array and a list?
Difference between overloading vs. Overriding
Name four predefined macros.
Write is a binary search tree? Write an algo and tell complexity?