what is the main difference between c and c++?
Answer Posted / manju kumari
1. c is structured programming languages while c++ is
partially object oriented programming languages.
2. In c,main function could not return a value while in c++
,main function should return a value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to find 2 power of a 5digit number with out using big int and exponent ?
How to hide the base class functionality in Inheritance?
Why interface is used?
Get me a number puzzle game-program
What is a class and object?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Why do we use class in oops?
How oops is better than procedural?
class type to basic type conversion
Which type does string inherit from?
What makes a language oop?
What is variable example?
What is persistence in oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is the difference between procedural programming and oops?