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
What do you mean by dynamic memory allocation in c? What functions are used?
How to define structures? ·
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Can we declare variables anywhere in c?
What is the use of clrscr?
Is main a keyword in c?
What is the 'named constructor idiom'?
Calculate 1*2*3*____*n using recursive function??
Write a function that will take in a phone number and output all possible alphabetical combinations
What is an lvalue in c?
Write a program to check prime number in c programming?
Can we assign string to char pointer?
What are the two types of structure?
What is the use of printf() and scanf() functions?
What is the scope of global variable in c?