How java is different from c and c++?
How do I use turbo c++?
What do you mean by call by value and call by reference?
Write a struct time where integer m, h, s are its members?
Ask to write virtual base class code?
What are single and multiple inheritances in c++?
What do you mean by translation unit?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is a concrete class?
What is guard code in c++?
Explain dangling pointer.
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 .
In c++, what is the difference between method overloading and method overriding?