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


Please Help Members By Posting Answers For Below Questions

What is the difference between procedural and declarative language?

643


What does it mean when the linker says that _end is undefined?

625


Is anything faster than c?

577


How can I handle floating-point exceptions gracefully?

630


In a switch statement, what will happen if a break statement is omitted?

598






differentiate built-in functions and user – defined functions.

619


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4171


How can I sort a linked list?

631


What is the most efficient way to count the number of bits which are set in an integer?

587


What is action and transformation in spark?

589


how to make a scientific calculater ?

1561


What is the difference between if else and switchstatement

1309


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

664


What are the difference between a free-standing and a hosted environment?

737


Is c procedural or functional?

582