what is the main difference between c and c++?
Answer Posted / arpit parikh
c lagauge is a first part of to be a computer engineer.&
c++ is second part of for that.this is only my opinion.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are main features of oop?
How long to learn object oriented programming?
What is balance factor?
Prepare me a program for the animation of train
What are oops methods?
What is difference between multiple inheritance and multilevel inheritance?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is an interface in oop?
How to call a non virtual function in the derived class by using base class pointer
What is super in oop?
What does oop mean in snapchat?
What is static in oop?
Can private class be inherited?
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’.
What is the purpose of polymorphism?