what is the main difference between c and c++?
Answer Posted / arunrengan
c is a procedural or structered programming language
where as c++ is a object oriented programming language
so data is secured in c++ but in c data is not secured .
c - top down approach
c++ - bottomup approach
memory allocation:
In c using malloc statement
In c++ new operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in oop?
What is oops in simple words?
What are the advantages of polymorphism?
What is encapsulation process?
Why is abstraction used?
What is encapsulation in oops?
What is polymorphism and its types?
what is difference between class template and template class?
what is the drawback of classical methods in oops?
Why is polymorphism needed?
What is a class and object?
write string class as your own class in java without using any built-in function
Can main method override?
What type of loop is a for loop?
What do you mean by variable?