What would happen on forgetting [], while deallocating an array through new?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a sort function in c++?
Explain function overloading and operator overloading.
class Foo { const int x; protected: Foo(int f); ~Foo(); }; Foo f; Referring to the sample code above, why will the class declaration not compile? a) The variable x is const. b) The destructor is protected. c) The destructor is not public. d) The constructor is protected. e) There is no default constructor.
How many ways can a variable be initialized into in C++?
What are activex and ole?
What are the advantages of C++ programming compared to C programming?
why the size of an empty class is 1
How do you traverse a btree in backward in-order?
What does int * mean in c++?
What is pair in c++?
Is c++ pass by reference or value?
How do you print a string on the printer?