what is the difference between arrays and linked list
Answer Posted / indiargukt
For fixed length linked lists are better rather than arrays.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is a 'locale'?
What is #line used for?
What is main () in c language?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is table lookup in c?
What is the purpose of main() function?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is a pointer and how it is initialized?
What is a dynamic array in c?
What are types of functions?
Explain the term printf() and scanf() used in c language?
Why header file is used in c?
What is the use of typedef in c?
write a program fibonacci series and palindrome program in c
What is the use of static variable in c?