what is the main difference between c and c++?
Answer Posted / g.dhanalakshmi
1)C program supports top-down approach, but c++ program
supports bottom up approach.
(Explanation) If we need to compile c/c++ program, the
compiler first goes to main()function, In c++ we start with
class and main() function is at the bottom.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does polymorphism work?
What is the difference between procedural programming and oops?
What is pure oop?
What does oop mean in snapchat?
Why do we use oop?
What is abstraction with example?
What type of loop is a for loop?
Can we override main method?
What is encapsulation in ict?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
Why do we use encapsulation in oops?
What exactly is polymorphism?
What is destructor example?
What is persistence in oop?
What are properties in oop?