What's the difference between a linked list and an array?
Answer Posted / raja sekhar
In linkedlist,The operations(delete,insert&etc)are eazily
perform.Where as in arrays that is not possible.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain how many levels deep can include files be nested?
Is array a primitive data type in c?
Write the control statements in C language
How can I open a file so that other programs can update it at the same time?
Difference between goto, long jmp() and setjmp()?
Is multithreading possible in c?
what are the facialities provided by you after the selection of the student.
Where are the auto variables stored?
What is the size of empty structure in c?
Explain how does free() know explain how much memory to release?
what do u mean by Direct access files? then can u explain about Direct Access Files?
writ a program to compare using strcmp VIVA and viva with its output.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
How can I write a function that takes a format string and a variable number of arguments?
How was c created?