Answer Posted / satish kumar
C:
1.c is the structure programing language.
2.its contains the top down procedure .
3.in dis programing language programs are very complex.
4.it doesnt suports the inheritanc concepts..nd exception
handling concepts.
C++:
1.c++ is the object oriented programing language.
2.it is the bottm down procedure.
3.comparing to the c .it can be suports the
inheritance ,exception handlng,constructors,operator
overloadiong concepts.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I trap or ignore keyboard interrupts like control-c?
What is meant by high-order and low-order bytes?
What is the difference between fread and fwrite function?
What is the difference between typedef struct and struct?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
regarding pointers concept
program to convert a integer to string in c language'
Is c is a procedural language?
What is a function in c?
What is the difference between malloc() and calloc()?
Write a program to print fibonacci series without using recursion?
Explain how to reverse singly link list.
What are 3 types of structures?
When would you use a pointer to a function?
In C language, a variable name cannot contain?