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 847420% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
5 13595in 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 5735monkey 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 45277design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4642design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2011Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2620Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2574
What do you know about Volatile keyword in C++? Explain with an example code.
What is encapsulation in ict?
How do you clear a buffer in c++?
What is data abstraction? How is it implemented in C++?
How can you quickly find the number of elements stored in a static array?
What is a loop? What are different types of loops in c++?
Explain operator overloading.
Which bit wise operator is suitable for turning off a particular bit in a number?
What is the purpose of ios::basefield in the following statement?
What is difference between oop and pop?
Does dev c++ support c++ 11?
Why namespace is used in c++?
What is flush () in c++?
What are default parameters? How are they evaluated in c++ function?
What is the types of inheritance?