Write down the program to sort the array.

Answer Posted / guest

refer any good sorting tecnique

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you generate random numbers in c?

628


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

638


where are auto variables stored? What are the characteristics of an auto variable?

597


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

815


What is the difference between test design and test case design?

1575






Why is struct padding needed?

635


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2226


Explain void pointer?

594


What is spaghetti programming?

674


How can variables be characterized?

1654


What are operators in c?

586


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1779


How will you write a code for accessing the length of an array without assigning it to another variable?

618


Explain what is the best way to comment out a section of code that contains comments?

724


What does the c preprocessor do?

625