What are c++ redistributables?
No Answer is Posted For this Question
Be the First to Post Answer
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];
Is structure can be inherited?
What is the size of a vector?
Can we have "Virtual Constructors"?
What are static and dynamic type checking?
How do you initialize a class member, class x { const int i; };
What is Namespace?
What is java and c++?
What c++ is used for?
Is vector a class in c++?
Why do we use setw in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()