What are dynamic type checking?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

List down the guideline that should be followed while using friend function.

0 Answers  


What is pure virtual function? Or what is abstract class?

0 Answers  


What is #include cstdlib in c++?

0 Answers  


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?

0 Answers  


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  






What is the topic of the C++ FAQ list?

1 Answers  


What is abstract class in c++?

0 Answers  


What is std :: flush?

0 Answers  


Explain what are the sizes and ranges of the basic c++ data types?

0 Answers  


What is OOPs

12 Answers   CA,


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];

3 Answers  


What is auto used for in c++?

0 Answers  


Categories