what is the use of using linked list and array?
Answer Posted / manju
In Linked list we can insert or delete the elements at any
position,which is not possible in arrays and arrays are of
fixed size,but linked lists are not have a definite length.
we can dynamically allocate the size of linked list with
out wastage of memory...
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What will the preprocessor do for a program?
What are identifiers and keywords in c?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
hi send me sample aptitude papers of cts?
What are data structures in c and how to use them?
How are pointers declared in c?
What is difference between static and global variable in c?
What is memcpy() function?
How can I automatically locate a programs configuration files in the same directory as the executable?
Do you know pointer in c?
How can I remove the trailing spaces from a string?
What is difference between Structure and Unions?
Why do we use & in c?