what is the difference between arrays and linked list
Answer Posted / indiargukt
For fixed length linked lists are better rather than arrays.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using macro in c language?
What is string in c language?
Are bit fields portable?
What is dynamic dispatch in c++?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Give differences between - new and malloc() , delete and free() ?
What is the difference between new and malloc functions?
What is function pointer c?
What is difference between function overloading and operator overloading?
What is the use of a conditional inclusion statement in C?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Why is c so powerful?
Why main is not a keyword in c?