How new/delete differs from malloc()/free?
No Answer is Posted For this Question
Be the First to Post Answer
What are the operators in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What are single and multiple inheritances in c++?
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
What is using namespace std in cpp?
Does improper inheritance have a potential to wreck a project?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
What is c++ and its features?
Can non graphic characters be used and processed in C++?
How would you call C functions from C++ and vice versa?
List out function which we can call without using object
What is the full form of ios?