Data Structure:
How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
No Answer is Posted For this Question
Be the First to Post Answer
how many types of operating system are avaliable?
what is difference between java and c#
1. How many jobs can we write in a single file? 2. How many maximum members can exist in a single partition data set(pds) in jcl?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
what is dynamic polymorphism?
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
why we use abstract in awt?
can we allocate memory for interface? if no then why?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
Write a program to find factorial of a number using functions
Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
code for connection from windows forms to sql server