What is the main difference between C++ and Java
Answer Posted / saraswati
1.in java char take 2 byte whereas in c++ it take 1 byte
2.and in java do not havng signed unsigned concept bt in c++.
3.boolean take true/false instead of 1/0
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you mean by variable?
What are the 3 principles of oop?
#include
What are objects in oop?
to find out the minimum of two integer number of two different classes using friend function
What are the benefits of oop?
What is super in oop?
Why do we need polymorphism in c#?
What is the oops and benefits of oops programming?
What are the components of marker interface?
Why is destructor used?
Is abstract thinking intelligence?
Can enum be null?
What is the real time example of encapsulation?
What is object in oop with example?