write a program to display the array elements in reverse
order in c language
Answer Posted / shruti
The above solution is ritee.. :-)
cheers..
| Is This Answer Correct ? | 93 Yes | 64 No |
Post New Answer View All Answers
What are the different types of errors?
Why clrscr is used after variable declaration?
What does it mean when the linker says that _end is undefined?
What is methods in c?
What are directives in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Why is c fast?
How pointer is different from array?
What is the difference between int main and void main in c?
Add Two Numbers Without Using the Addition Operator
Why flag is used in c?
How can I read in an object file and jump to locations in it?
Differentiate fundamental data types and derived data types in C.