how will you write a program on linked lists using JAVA
programming???????????
Answer Posted / kaushal
use the java.util class for link lists program
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is pragma in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What are the 32 keywords in c?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What are variables c?
Is c object oriented?
Who is the main contributor in designing the c language after dennis ritchie?
How do you sort filenames in a directory?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Why & is used in c?
What is the difference between a function and a method in c?
What are compound statements?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
what do you mean by inline function in C?
Hai what is the different types of versions and their differences