how to find the kth smallest element in the given list of
array elemnts.
Answer Posted / siva
This is a problem of Kth smallest element of QUICK SORT technique
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Which node is more powerful and can handle local information processing or graphics processing?
Explain what are the standard predefined macros?
How can I do peek and poke in c?
Why malloc is faster than calloc?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is an array in c?
Are global variables static in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
How can you read a directory in a C program?
What are the 5 data types?
What is the use of pointers in C?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why do we use & in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Explain Function Pointer?