Describe the syntax of single inheritance in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Write about the members that a derived class can add?
What is the need of a destructor? Explain with the help of an example.
What is functions syntax in c++?
Difference between delete and free.
What are the advantage of using register variables?
Why is polymorphism useful?
Explain selection sorting. Also write an example.
Why do we need runtime polymorphism in c++?
Differentiate between the manipulator and setf( ) function?
When to use Multiple Inheritance?
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
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator