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

What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


143.what is oops principles?

10 Answers  


polymorphism means?

6 Answers   BFL,


Why multiple inheritance is not allowed?

1 Answers  


Can we have inheritance without polymorphism?

1 Answers  


Get me an image implementation program.

1 Answers  


What is the difference between pass by reference and pass by value?

12 Answers   Pfizer, TCS,


What is polymorphism and why is it important?

1 Answers  


What are the 4 main oop principles?

1 Answers  


What is Hashing and how is it done? Pictorial form?

2 Answers   emc2, Wipro,


What is polymorphism used for?

1 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


Categories