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 use of #include in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is chain pointer in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Explain the difference between malloc() and calloc() function?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
What is the difference between far and near in c?
Is main is a keyword in c?
What is the difference between c and python?
What are the loops in c?
How can I read/write structures from/to data files?
What is the maximum length of an identifier?
What is a lvalue
what is the basis for selection of arrays or pointers as data structure in a program
Explain what does it mean when a pointer is used in an if statement?