write a program using 2 D that searches a number and display
the number of items 12 inputs values
input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20
enter no. to search : 20
No Answer is Posted For this Question
Be the First to Post Answer
How to swap two ASCII numbers?
Code for Two Classes for Doing Gzip in Memory?
Deriving time complexity of Binary tree and AVL tree, step by step.
create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file
Subsets Write an algorithm that prints out all the subsets of 3 elements of a set of n elements. The elements of the set are stored in a list that is the input to the algorithm. (Since it is a set, you may assume all elements in the list are distinct.)
1 Answers CSC, Qatar University,
void main() { int i,j=2; for(i=0;i<3;i++) if(j=i) cout<<"Lotus "; else cout<<"Rose "; } Its result is Rose Lotus Lotus.. How? Explain it?
Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?
output for printf("printf");
i don't know about working of nested for loop can any one help me
Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.
Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).
write a program that can LOCATE and INSERT elements in array using c++ programming languages.