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 the correct code to have following output in c using nested for loop?
What is strcpy() function?
What is operator promotion?
What are dangling pointers in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can I change the size of the dynamically allocated array?
What is the significance of scope resolution operator?
Why we use void main in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is the difference between procedural and declarative language?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Can we change the value of #define in c?
Which programming language is best for getting job 2020?
What is the process of writing the null pointer?
What is the difference between a function and a method in c?