what is the difference between arrays and linked list
Answer Posted / deenadhayalan.t
array is nothing but collection of similar data type.
list is a collection of different data type..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do we declare variables in c?
What is the right type to use for boolean values in c?
Explain what is the difference between a string and an array?
Why is it that not all header files are declared in every C program?
What is pointer to pointer in c language?
What is variable declaration and definition in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
How do you list a file’s date and time?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Why flag is used in c?
Are c and c++ the same?
Which is better malloc or calloc?
Why structure is used in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
How can I send mail from within a c program?