What are destructors?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic difference between C and C++?
Describe linkages and types of linkages?
How long it will take to learn c++?
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
What is OOPs
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
What is the outcome of cout< a) 16 b) 17 c) 16.5
What can c++ be used for?
Explain one method to process an entire string as one unit?
Give 10 points of differences between C & C++.
Can user-defined object be declared as static data member of another class?
Explain the use of virtual destructor?