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
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What language is oop?
What is object in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
What is multilevel inheritance explain with example?
Why do pointers exist?
Why is abstraction used?
Can a destructor be called directly?
What makes a language oop?
What is encapsulation with real life example?
Explain virtual inheritance?
Why oops is important?
How do you explain polymorphism?
What is difference between polymorphism and inheritance?
Write a program to sort the number with different sorts in one program ??