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
Describe newline escape sequence with a sample program?
What is the difference between char array and char pointer?
Define C in your own Language.
Why clrscr is used in c?
What does malloc () calloc () realloc () free () do?
What is use of bit field?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is calloc in c?
how logic is used
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Do pointers take up memory?
What is the difference between a function and a method in c?
What are the advantages of using Unions?
Why ca not I do something like this?