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
Where does the name "C" come from, anyway?
Explain what is wrong with this statement? Myname = ?robin?;
Why n++ execute faster than n+1 ?
Does c have circular shift operators?
what is the structure pointer?
Is this program statement valid? INT = 10.50;
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Explain b+ tree?
What is formal argument?
Write programs for String Reversal & Palindrome check
What is the explanation for prototype function in c?
What does %2f mean in c?
main() { printf("hello"); fork(); }