which structured data type is not used in c++?
1.union 2.structure 3.string 4.boolean
Answer Posted / sowmya
boolean
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Why is abstraction used?
Why multiple inheritance is not allowed?
What is destructor oops?
what is the drawback of classical methods in oops?
Explain the advantages of inheritance.
Which type does string inherit from?
What is static in oop?
Why do we use class in oops?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What polymorphism means?
Who invented oop?
What is purpose of inheritance?
What is ambiguity in inheritance?