STL (140)
OOPS (873)
C++ General (2409) program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
1 846120% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
5 13564in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C
1 5722monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
13 45234design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4611design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2008Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2611Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2568
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
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.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
When we use Abstract Class and when we use Interface?where we will implement in real time?
Is the declaration of a class its interface or its implementation?
Are php strings immutable?
Is vector a class in c++?
How is objective c different from c++?
Describe the process of creation and destruction of a derived class object?
Who invented turbo c++?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< How the programmer of a class should decide whether to declare member function or a friend function? What is pointer -to-members in C++? Give their syntax? What are the four main data types?