what is the main difference between c and c++?
Answer Posted / pramananth.k
c is not object oriented .c++ is object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Where You Can Use Interface in your Project
write knight tour problem which is present in datastructure
Why do we use class?
Can static class have constructor?
Are polymorphisms mutations?
What is stream in oop?
Can bst contain duplicates?
What is difference between pop and oop?
What is pointer in oop?
What is the main feature of oop?
What are the 4 pillars of oop?
What is class encapsulation?
Get me a number puzzle game-program
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 for loop and its syntax?