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

how can we design a magic square in c++?or suggest me the basic idea of it.

3 Answers  


What is memory leak and memory corruption?

1 Answers   TCS,


what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


Can java compiler skips any statement during compilation time?

0 Answers  


What are the types of abstraction?

0 Answers  


what is main difference between object oriented object base

2 Answers   Wipro,


Explain the advantages of inheritance.

0 Answers   TCS,


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


how to create thread in java?

17 Answers   IBM, Infosys, Wipro,


write string class as your own class in java without using any built-in function

0 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


what is virtual function?

26 Answers   Aspire, HP, Infosys, RoboSoft, TCS,


Categories