How do I use arrays in c++?
How const functions will be treated by compiler?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
what Is DCS ? what i will get benefit when i did?
What does extern mean in a function declaration in c++?
What happens if an exception is throws from an object's constructor and from object's destructor?
What is a breakpoint?
What is rtti in c++?
How many characters are recognized by ANSI C++?
Why is c++ a mid-level programming language?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Explain how to initialize a const member data.
What are the benefits of oop in c++?