main difference between c and c++ language

Answer Posted / guest

c is procedure oriented language
c++ is object oriented language

c is a not secure
c++ is a secured

c is low level language
c++ is a middle language

c is top-down approach
c++ is bottom-up approach

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a file descriptor in c?

555


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

654


What is a union?

601


explain what is an endless loop?

603


What are the types of macro formats?

596






How are pointers declared in c?

590


Where register variables are stored in c?

538


What does malloc () calloc () realloc () free () do?

548


What is uint8 in c?

634


How can a program be made to print the line number where an error occurs?

639


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

571


Why doesnt that code work?

597


What is the purpose of void pointer?

590


What is line in c preprocessor?

606


what is use of malloc and calloc?

1374