STL (140)
OOPS (873)
C++ General (2409)
When must you use a constructor initializer list?
What sorting algorithm does c++ use?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What do you mean by global variables?
What is pass by value & reference.
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 do..while loops structure?
Can you pass an array to a function in c++?
Is c++ the hardest language?
Explain about Virtual Function in C++?
sir please send me bpcl previous question papers
Is dev c++ free?
Is c++ low level?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Can notepad ++ run c++?