what is the main difference between c and c++?
Answer Posted / j.balaji
C is oldest programming language.but c++ is the advanced version of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which language is pure oop?
Why do we use polymorphism?
What is multilevel inheritance explain with example?
what is difference between class template and template class?
Can we create object of interface?
what are the different types of qualifier in java?
Whats oop mean?
Write a program to reverse a string using recursive function?
What is polymorphism explain?
What is the importance of oop?
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.
Can private class be inherited?
What is class in oop with example?
Can destructor be overloaded?