write a program to display the array elements in reverse
order in c language
Answer Posted / bhikshuk patel
Actually i haven't any idea on array in reverse order. If
anyone will give dis answer, i'll be grateful to him/her.
And plz, tell me in brief.
thnk u..
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Can we declare variables anywhere in c?
What is the difference between test design and test case design?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Explain the use of #pragma exit?
What is typedef?
all c language question
What does static variable mean in c?
Explain why C language is procedural?
Explain function?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
code for find determinent of amatrix
Is c is a procedural language?
What is pivot in c?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Difference between macros and inline functions? Can a function be forced as inline?