How many types of classes are there in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Floating point representation and output seems to be compiler dependent?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
What are the various oops concepts in c++?
What does #define mean in c++?
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 the disadvantage of using a macro?
What is a custom exception?
Explain about profiling?
How does atoi function work?
Can I create my own functions in c++?
What is null pointer and void pointer and what is their use?
What is pure virtual function?