difference between c and c++

Answer Posted / chhaya

about C language:=
1) it is procedural laguage i.e. real word entity write in
procedur form i.e. set of instruction
2) it is bacis langues
3)execution of programe is top to bottom.
4)it does not handle
overloading,encapsulation,inheritance,constuctor,distructor
these concept

about C++:=
1)it is object oriented language i.e here real word entity
can be conver into object.
2)c++ is extend from C language
3) it aontain new concept like
overloading,encapsulation,inheritance,constuctor,distructor
etc
4)it follow all the sytanx of c
5) Execution of program is bottom to top.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multidimensional arrays

624


What are the disadvantages of c language?

614


What functions are used in dynamic memory allocation in c?

591


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

619


What is the purpose of 'register' keyword in c language?

623






which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2390


can anyone suggest some site name..where i can get some good data structure puzzles???

1643


What are nested functions in c?

559


What is FIFO?

668


In a header file whether functions are declared or defined?

627


How do you redirect a standard stream?

618


Write a program to know whether the input number is an armstrong number.

664


What is c system32 taskhostw exe?

582


Why is structure important for a child?

601


Explain how do you list files in a directory?

613