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
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
143.what is oops principles?
polymorphism means?
Why multiple inheritance is not allowed?
Can we have inheritance without polymorphism?
Get me an image implementation program.
What is the difference between pass by reference and pass by value?
What is polymorphism and why is it important?
What are the 4 main oop principles?
What is Hashing and how is it done? Pictorial form?
What is polymorphism used for?
What is DeadlyDiamondDeathProblem ?