what is the main difference between c and c++?
Answer Posted / yash gupta
C is a general progra ming language and easy to learn,
while C++ is a extension of C lanuage
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation process?
to find out the minimum of two integer number of two different classes using friend function
Is enum a class?
Why do while loop is used?
How does polymorphism work?
What is the example of polymorphism?
What is super in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
Can an interface inherit a class?
How long to learn object oriented programming?
What are two types of polymorphism?
What is purpose of inheritance?
Which method cannot be overridden?
#include
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.