what is the main difference between c and c++?
Answer Posted / m.mohanraj
The main difference between c&c++ is the c++ is only advanced version of c.so these two programming language contains some difference only.In the c++ we are using object oriented technique.But in the c the object oriented technique is not there.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can bst contain duplicates?
How to use CMutex, CSemaphore in VC++ MFC
What are the benefits of interface?
What is polymorphism and its types?
How does polymorphism work?
What is the significance of classes in oop?
What is a function in oop?
can we make game by using c
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What does I oop mean?
What is persistence in oop?
How oops is better than procedural?
Can you inherit a private class?
What are functions in oop?
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.