what is the main difference between sizeof() operator in c
and c++
Answer Posted / pinakin
Both same
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is difference between multiple inheritance and multilevel inheritance?
what is different between oops and c++
Is data hiding and abstraction same?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the difference between a constructor and a destructor?
Can you inherit a private class?
How Do you Code Composition and Aggregation in C++ ?
what are the realtime excercises in C++?
What is object and class in oops?
What is class encapsulation?
What is abstraction oop?
What is the purpose of polymorphism?
can inline function declare in private part of class?
Whats is abstraction in oops?
Which type does string inherit from?