which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answers were Sorted based on User's Feedback
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
What are callback functions in c++
What is encapsulation selenium?
What is the use of oops?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What is multiple inheritance?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
what is the difference between containership and inheritence?
Write A Program using Single and Multiple Inheritance.
What is virtual Function.
What is meant by multiple inheritance?
What is a macro? And how is a macro same as a template?