What's the difference between a linked list and an array?
Answer Posted / shilpa
array is static ,where we need to intialize the size in
starting , but linkelist is dynamic , we can dynamically
add the any variable in to the list
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is a file descriptor in c?
What is header file in c?
What is abstract data structure in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What are the different data types in C?
What are identifiers and keywords in c?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the use of getch ()?
Why is c platform dependent?
What is the difference between procedural and functional programming?
What is "Hungarian Notation"?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the return type of sizeof?
how can use subset in c program and give more example