what is the main difference between c and c++?
Answer Posted / fahim uddin shaown
The namespace features in c++ is absent in case of c.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How to hide the base class functionality in Inheritance?
What is the problem with multiple inheritance?
What language is oop?
What does sksksk mean in text slang?
What are constructors in oop?
What is polymorphism give a real life example?
When not to use object oriented programming?
What is the advantage of oop over procedural language?
What do you mean by variable?
What is polymorphism and types?
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?
What is encapsulation c#?