what is the main difference between c and c++?
Answer Posted / sreenvasulu reddy
c can use main() in c program
But c++ can use void main() in c++ program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you define a class in oop?
Why multiple inheritance is not possible?
Can you explain polymorphism?
What is object and example?
Can we override main method?
What is constructor overloading in oop?
What is interface? When and where is it used?
What is the advantage of oop over procedural language?
What is the oops and benefits of oops programming?
What is encapsulation oop?
What is abstraction and encapsulation?
Write a program to sort the number with different sorts in one program ??
What is polymorphism give a real life example?
What is class in oop with example?
What is multilevel inheritance in oop?