write a program to sort the elements in a given array in c
language
Answer Posted / puchu
can i know how to write this program only using if else if
other than using for?
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is typedf?
What do the functions atoi(), itoa() and gcvt() do?
How is a macro different from a function?
What is the sizeof () a pointer?
How to find a missed value, if you want to store 100 values in a 99 sized array?
can any one provide me the notes of data structure for ignou cs-62 paper
What does it mean when a pointer is used in an if statement?
What is self-referential structure in c programming?
Explain high-order and low-order bytes.
Write a program to use switch statement.
What are the header files used in c language?
What does the format %10.2 mean when included in a printf statement?
Is python a c language?
how to write a c program to print list of fruits in alpabetical order?
When should you use a type cast?