What's the difference between a linked list and an array?
Answer Posted / paridhi
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 ? | 30 Yes | 0 No |
Post New Answer View All Answers
Explain a file operation in C with an example.
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
When should volatile modifier be used?
Explain the concept and use of type void.
Define the scope of static variables.
Tell us the use of fflush() function in c language?
What is #include cctype?
How many types of sorting are there in c?
What is time null in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why is c called c not d or e?
How do you redirect a standard stream?
number of times a digit is present in a number
Why we use stdio h in c?