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 856120% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
5 13823in 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 5833monkey 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 45770design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4750design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2061Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2689Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2634
Is vector a class in c++?
How do you save a c++ program?
When should I use unitbuf flag?
What does it mean to declare a member variable as static?
If a header file is included twice by mistake in the program, will it give any error?
What is a constructor in c++ with example?
Differentiate between an external iterator and an internal iterator?
How delete [] is different from delete?
What is class and object in oops?
What is virtual methods?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
#include
What are the uses of typedef in a program?
Which of the following is evaluated first: a) && b) || c) !
What is ios in c++?