Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What kind of sorting is this?
SORT (k,n)
1.[Loop on I Index]
repeat thru step2 for i=1,2,........n-1

2.[For each pass,get small value]
min=i;
repeat for j=i+1 to N do
{
if K[j]<k[min]
min=j;
}
temp=K[i];K[i]=K[min];K[min]=temp;

3.[Sorted Values will be returned]
A)Bubble Sort
B)Quick Sort
C)Selection Sort
D)Merge Sort

Answer Posted / jitendra kumar arya

c)seletoin sort

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why header files are used?

1169


What is the difference between struct and typedef struct in c?

1173


What is sizeof in c?

1057


What is the use of bit field?

1240


What does the c in ctime mean?

1163


Is multithreading possible in c?

1070


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2845


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1843


What does it mean when a pointer is used in an if statement?

1159


Explain can static variables be declared in a header file?

1204


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1286


Where local variables are stored in c?

1055


hi any body pls give me company name interview conduct "c" language only

2325


What is a example of a variable?

1065


Explain what are its uses in c programming?

1128