Explain function overloading
No Answer is Posted For this Question
Be the First to Post Answer
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Describe new operator and delete operator?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Which software is used for c++ programming?
What is the role of C++ shorthand's?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Does c++ have finally?
What is runtime errors c++?
What is the role of copy constructor in copying of thrown objects?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Is there something that we can do in C and not in C++?
Friend functions can access private and protected members of a class.