STL (140)
OOPS (873)
C++ General (2409) 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 6048
Can you declare an array without a size in c++?
What is the main use of c++?
Which type does string inherit from?
How do you explain polymorphism?
What is a c++ vector?
Explain the register storage classes in c++.
Can we specify variable field width in a scanf() format string? If possible how?
How is polymorphism achieved?
why and when we can declar member fuction as a private in the class?
Why pointer is used in c++?
Is std :: string immutable?
What are files in c++?
how to making game in c++ ?
What is the need of a destructor? Explain with the help of an example.
What is the real purpose of class – to export data?