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
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
How to improve object oriented design skills?
What is the difference between static polymorphism and dynamic polymorphism?
What does <> mean pseudocode?
What is abstraction with example?
What is interface? When and where is it used?
What is the significance of classes in oop?
program for insertion ,deletion,sorting in double link list
Can we create object of abstract class?
What is object in oop with example?
Which method cannot be overridden?
What makes a language oop?
What are properties in oop?
What do you mean by variable?
Can enum be null?