what is the use of using linked list and array?
Answer Posted / harsh srivastava
Linked List and array both are used continuous allocation of
memory. When we want to assign too many same type of data
sequentially into memory, at that time we use the Linked
list and array because taking separate variable for each
data is tedious and time consuming so we use the Linked list
and arrays.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Explain enumerated types in c language?
Write programs for String Reversal & Palindrome check
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
what are the advantages of a macro over a function?
What are near, far and huge pointers?
What is ctrl c called?
Can we use any name in place of argv and argc as command line arguments?
Do you know null pointer?
Is anything faster than c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Why void is used in c?
cavium networks written test pattern ..
what is a function method?give example?
Which is best book for data structures in c?