What is purpose of new operator?
No Answer is Posted For this Question
Be the First to Post Answer
Which bit wise operator is suitable for turning off a particular bit in a number?
Can char be a number c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
How can we access protected and private members of a class?
What is setiosflags c++?
What is a constructor and how is it called?
Explain how a pointer to function can be declared in C++?
If there are two catch statements, one for base and one for derived, which should come first?
What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
What is the use of the this pointer?
can anybody please tell me how to write a program in c++,without using semicolon(;)