What are dynamic type checking?
No Answer is Posted For this Question
Be the First to Post Answer
List down the guideline that should be followed while using friend function.
What is pure virtual function? Or what is abstract class?
What is #include cstdlib in c++?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
How would you implement a substr() function that extracts a sub string from a given string?
What is the topic of the C++ FAQ list?
What is abstract class in c++?
What is std :: flush?
Explain what are the sizes and ranges of the basic c++ data types?
What is OOPs
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is auto used for in c++?