what is the difference between arrays and linked list
Answer Posted / harikrishnan
an array is changable length.a list does not.
| Is This Answer Correct ? | 17 Yes | 124 No |
Post New Answer View All Answers
How can I read in an object file and jump to locations in it?
How do I use strcmp?
Explain what is wrong with this program statement?
What is the difference between printf and scanf )?
Differentiate between #include<...> and #include '...'
simple program of graphics and their output display
What is a dynamic array in c?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is there anything like an ifdef for typedefs?
What are the 4 data types?
What do header files do?
Do you know the difference between malloc() and calloc() function?
What is const keyword in c?
how many errors in c explain deply
What is scope rule in c?