What is constant in c++ with example?
What is null pointer and void pointer?
How do I open binary files?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Explain differences between alloc() and free()?
what is object?
Is oops and c++ same?
What do you mean by inheritance in c++?
Difference between a homogeneous and a heterogeneous container
Difference between overloading vs. Overriding
What is the use of :: operator in c++?
What is a "RTTI"?
If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?