STL (140)
OOPS (873)
C++ General (2409)
What is the stl, standard template library?
How are pointers type-cast?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the various situations where a copy constructor is invoked?
What do you mean by translation unit?
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.
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
what is different between oops and c++
What is conversion constructor in C++
write a programme to get a character and thier ASCII value
Which operator cannot be overloaded c++?
What flag means?
What are the two main components of c++?
What is an undefined behavior and sequence points