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
Give the difference between the println method and sqrt method?
What are "methods" and "fields"?
Convert a BST into a DLL and DLL to BST in place.
How do you do a line break in java?
How many types of assembly languages are there?
What is singleton class in java and how can we make a class singleton?
What is the difference between java applets and applications?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Is string passed by reference in java?
What does pointer mean?
Why do we use regex?
can used Protected Class outside Function.?
how its run?
What is the benefit of inner / nested classes ?
What are mutable classes?