What new()is different from malloc()?
No Answer is Posted For this Question
Be the First to Post Answer
What is RAII (Resource Acquisition Is Initialization)?
Can comments be longer than one line?
How would you obtain segment and offset addresses from a far address of a memory location?
Is map thread safe c++?
What is anonymous object in c++?
Define the operators that can be used with a pointer.
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What is size of empty class object
What is the protected keyword used for?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
in C++ , the word plus plus who found this?
What do you mean by function pointer?