If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is an html tag?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is c++ array?
Can you use the function fprintf() to display the output on the screen?
Explain virtual class?
What is an adaptor class in c++?
Differentiate between declaration and definition.
How to demonstrate the use of a variable?
Is java made in c++?
What are abstract data types in c++?
What is const pointer and const reference?
What is the iunknown interface?
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 the properties and principles of oop.