what is the main difference between c and c++?
Answer Posted / r.raj kumar
c c++
1.declaration of the 1.declaration fo the
operater only on the variable any whare in
top of the program. the function.
2.c doesn't support 2.it support boolian
boolian data types. data types.
3.the application programs 3.the application progarm
are only based the are based on the user
system level requerments.
| Is This Answer Correct ? | 25 Yes | 7 No |
Post New Answer View All Answers
What is overriding in oops?
Explain the concepts involved in Object Oriented programming.
What is encapsulation example?
Why is destructor used?
What is encapsulation with example?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is oops and why we use oops?
what are the realtime excercises in C++?
hi all..i want to know oops concepts clearly can any1 explain??
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is the highest level of cohesion?
What does and I oop and sksksk mean?
What is polymorphism explain?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what is graphics