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
How can you tell whether two strings are the same?
Write a program to use switch statement.
How do you determine a file’s attributes?
Tell me about low level programming languages.
Is it possible to execute code even after the program exits the main() function?
What is structure data type in c?
Explain how can I convert a number to a string?
What is pragma in c?
What do header files do?
How are structure passing and returning implemented?
What is c++ used for today?
Explain the meaning of keyword 'extern' in a function declaration.
Write a progarm to find the length of string using switch case?
Explain what is the advantage of a random access file?
What is dangling pointer in c?