difference between c and c++?
Answer Posted / jayashri jali
->C is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
->c++ is object oriented language and gives importance to
object that is data
c++ is high level language.
-> in c++ data will be secured means its a secured
programming language where as c is insecure.
using the properties in c++ like inheritance,function
overloading etc we can minimize the data redundancy.
c does not have such properties.
->c is top down approach, c is bottom up approach.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the comments in c++?
Explain register storage specifier.
What is the basic structure of a c++ program?
What are guid?
What do you understand by zombie objects in c++?
Who invented turbo c++?
What is the outcome of cout< a) 16 b) 17 c) 16.5
Which bit wise operator is suitable for putting on a particular bit in a number?
What is the default access level?
How do you write a function that can reverse a linked-list?
What is the advantage of an external iterator.
Explain what happens when a pointer is deleted twice?
What would happen on forgetting [], while deallocating an array through new?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is c strings syntax?