shorting algorithmS
No Answer is Posted For this Question
Be the First to Post Answer
What are nested functions in c?
What is Bitwise Operator and how it works?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
how to execute a program using if else condition and the output should enter number and the number is odd only...
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
What is union in c?
Explain b+ tree?
Why is a semicolon (;) put at the end of every program statement?
write a program for size of a data type without using sizeof() operator?
22 Answers HCL, IBM,
why i join syntel?
23 Answers ABC, Syntel, TCS,
What is the hardest programming language?
How do you define CONSTANT in C?