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


Please Help Members By Posting Answers For Below Questions

What are the comments in c++?

656


Explain register storage specifier.

692


What is the basic structure of a c++ program?

708


What are guid?

796


What do you understand by zombie objects in c++?

719






Who invented turbo c++?

731


What is the outcome of cout< a) 16 b) 17 c) 16.5

699


Which bit wise operator is suitable for putting on a particular bit in a number?

812


What is the default access level?

718


How do you write a function that can reverse a linked-list?

678


What is the advantage of an external iterator.

655


Explain what happens when a pointer is deleted twice?

884


What would happen on forgetting [], while deallocating an array through new?

718


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

2156


What is c strings syntax?

685