what is the main difference between sizeof() operator in c
and c++
Answer Posted / selvapriya
In C and C++ Sizeof() operator meang is same. .bt java
sizeof()operator is different becoz the datatype carries
value is different..for eg in c and c++ integer contain
2bytes..in java integer contain 4bytes. .
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is purpose of inheritance?
what are the different types of qualifier in java?
What is interface? When and where is it used?
Can static class have constructor?
What is encapsulation and abstraction? How are they implemented in C++?
What is oops?what is its use in software engineering?
What is multilevel inheritance in oop?
What is encapsulation oop?
What is the important feature of inheritance?
What is the benefit of oop?
Why is abstraction needed?
What is class and object with example?
Can you explain polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the difference between a mixin and inheritance?