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
What is oops concept with example?
What is multilevel inheritance in oop?
What does sksksk mean in text slang?
Why do we use polymorphism in oops?
What is encapsulation process?
What is abstraction with example?
How many human genes are polymorphic?
What does no cap mean?
Why do we need polymorphism in c#?
What does <> mean pseudocode?
What is overloading in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism used for?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
write knight tour problem which is present in datastructure