To sorting array of 10 elements which sorting is best
a)selection
b)bubble
c)tree sort
Answer Posted / mahendra giri
Selection is simple in all the three so we should do it
through selection sort
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?
smal talk is pure object oriented or not?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
how we can know the funcions available in a class recording java?
what are importance in problem tracking
which book we learned this mantis? how many version are realsed this mantis upto now?
what is the difference between uservariables and systemvariables (in Environmental variables)???
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik
5. How do you round the addition or subtraction of two numbers in assembler?
In JCl , we have COND parameter.This holds comparison code and condition.It also has only and even parameters. ex: COND((4,GE),EVEN).what the comma mean here. is that 'and' or 'or'.
code for connection from windows forms to sql server
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Write a pascal program to calculate the sum of the first 100 even number and odd number
Write a program to reverse a number?