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



which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean..

Answer / sunil mechu

structure

Is This Answer Correct ?    12 Yes 5 No

which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean..

Answer / sowmya

boolean

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More OOPS Interview Questions

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?

4 Answers  


What are callback functions in c++

1 Answers   SoftTech,


What is encapsulation selenium?

0 Answers  


What is the use of oops?

0 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


What is multiple inheritance?

9 Answers   TCS,


char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output

9 Answers   Persistent,


what is the difference between containership and inheritence?

1 Answers  


Write A Program using Single and Multiple Inheritance.

1 Answers  


What is virtual Function.

1 Answers   Wipro,


What is meant by multiple inheritance?

0 Answers  


What is a macro? And how is a macro same as a template?

4 Answers  


Categories