What is the difference between malloc, calloc and realloc?
What is partial specialization or template specialization?
Write a C++ program to print strings in reverse order.
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is a constructor initializer list?
Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
Discuss the role of C++ shorthands.
How to reverse a string in C++
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
What are the major differences between C and C++?
When must you use a constructor initializer list?
Can we call a virtual function from a constructor?
Write a C++ Program to Display Number (Entered by the User).