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 847120% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
5 13571in 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 5728monkey 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 45255design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4622design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2009Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2615Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
CTS,
2572
Is c++ an integer?
List the features of oops in c++?
What is a singleton class c++?
Explain the operator overloading feature in C++ ?
What is lambda expression c++?
Do you need a main function in c++?
Show the application of a dynamic array with the help of an example.
What are different oops concepts?
Why c++ is created?
how to get the oracle certification? send me the answer
What is property in oops?
Why c++ does not have finally?
What do c++ programmers do?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass