write a program to display the array elements in reverse
order in c language
Answer Posted / pixie
all the answers are not working ... it compiles well but does not give any thing in return just keeps on taking in put and no output :|
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is %lu in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is the difference between array and structure in c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Explain the advantages of using macro in c language?
What is null pointer in c?
What are the header files used in c language?
What is a good data structure to use for storing lines of text?
Explain what is the difference between a free-standing and a hosted environment?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How can I insert or delete a line (or record) in the middle of a file?
Why is extern used in c?
How main function is called in c?
What is the g value paradox?