Sorting is not possible by using which of the following
methods? (Insertion, Selection, Exchange, Deletion)

Answer Posted / prakash_j

"DELETION" is not possible in sorting since when we apply
deletion the value will be deleted.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WAP in Java to print the format AMIT M I T

1611


Why did they used to make the mill chimneys so tall?

764


What is The Need of Template?

1562


how can we implement the raid techmology on linux. operating system

1548


what is the Relationship between quantity of Gas and capacity of AC machine in tonnage.

1667






I am getting the following error,when I am running the script, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. My Script: Itemname=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Print Itemname Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").Select "Itemname" Any Help? Thanks, Uma

1754


why B+tree usually prefer as on exis structure to a data file?

1322


how much the percentile as a good percentile in elitmus.

6271


Write a program in ā€˜Cā€™ that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.

1903


What is the actual procedure of charging synthetic oil if the machine is under positive refrigerant pressure.

1279


What will be the sql query to list the employee names those are getting 3rd highest salary ?

1303


BEL old probationary engineering questions and answers

4883


what does static variable mean in c language?

1813


Explain what are db_options used for?

1410


int main() { int d = 10; int m = 2; int y = 3603; int c = 0; int val; val = ( d + m + y + (y/4) + c) % 7; cout << val; return 0; }

1183