Hai all
I want to print given array in reverse order Ex:
int a[]={1,2,3,4,5};display this array in reverse order.
Answer Posted / guest
5
4
3
2
1
| Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
What is the internal implementation of set in java?
What is meant by method overriding?
What is the difference between class & object?
What is thread pool in java with example?
Convert Binary tree to linked list.
What does it mean to flush a file?
Difference between final and effectively final ? Why is effectively final even required ?
Can we change the scope of the overridden method in the subclass?
What is parseint?
How garbage collection is done in java?
How do you add an element to a set in java?
What is difference between length and length() method in java ?
Why inputstreamreader is used in java?
What is gc()?
What is broken and continue statement?