How many types of linked lists what are they?
How many types of data structures?
Answer Posted / dd
linked lists are used mainly for system side applications
as well as applications side.
why these are used means, it is very highly friendly for
insertion and deletion even middle also.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Are the outer parentheses in return statements really optional?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What does void main return?
What is class and object in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What do you mean by a sequential access file?
What is string length in c?
What do you know about the use of bit field?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What are all different types of pointers in c?
What is a #include preprocessor?
What is optimization in c?
How do you override a defined macro?
what is use of malloc and calloc?
What is #include cctype?