STL (140)
OOPS (873)
C++ General (2409) what are the iterator and generic algorithms.
What does and I oop and sksksk mean?
How a new operator differs from the operator new?
What do you mean by “this” pointer?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
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 are the stages in the development cycle?
Explain what are single and multiple inheritances in c++?
How would you obtain segment and offset addresses from a far address of a memory location?
Explain what is polymorphism in c++?
What are shallow and deep copy?
What is data structure in c++?
What is the basic difference between C and C++?
What is array in c++ pdf?
How do you establish a has-a relationship?