What's the difference between a linked list and an array?
Answer Posted / presto
An array is simply a collection of variables of similar
datatype while a linklist is a collection of nodes where
each node is a combination of a data value and pointer to
another record.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the use of f in c?
Explain what is the stack?
What is C language ?
Is array a primitive data type in c?
praagnovation
What are terms in math?
Explain how are 16- and 32-bit numbers stored?
Explain what is the difference between functions getch() and getche()?
What is the use of define in c?
What is the purpose of type declarations?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What is calloc() function?
What is a method in c?
Why do we use stdio h and conio h?
Explain what is the purpose of "extern" keyword in a function declaration?