What are single and multiple inheritances in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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 a local variable?
What is the difference between delegation and implemented-in-terms-of?
What will happen if when say delete this ?
What is Namespace?
How do you initialize a class member, class x { const int i; };
what is static function
What is c++ redistributable?
Write about the scope resolution operator?
Explain virtual functions in C++.
Difference between const char* p and char const* p?
What is object file? How can you access object file?