what is the use of using linked list and array?
Answer Posted / pradeep singh bahdari
it is not possible to declare variables for each and every
data items in the memory it takes too much time and
increases the size of code and it will be cumbersome to use
these variables
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable?
Why do we use pointer to pointer in c?
List the variables are used for writing doubly linked list program.
how to find binary of number?
What is the difference between %d and %i?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are identifiers and keywords in c?
What is %g in c?
What is masking?
What is data structure in c language?
Is it valid to address one element beyond the end of an array?
Is c a great language, or what?
Why do we use null pointer?
What is || operator and how does it function in a program?
How can I make it pause before closing the program output window?