what is the difference between arrays and linked list

Answer Posted / karthikeyan

array
for one type of data ( like int array , char array )
memory should be kept in track and managed by the user.

linked list for multiple type of data

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by inline function in C?

619


Why we not create function inside function.

1750


Write a program that accept anumber in words

1253


Explain what’s a signal? Explain what do I use signals for?

614


What is fflush() function?

645






write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1631


When should you use a type cast?

594


How do I send escape sequences to control a terminal or other device?

614


What is string function c?

569


How can you avoid including a header more than once?

567


What is the meaning of && in c?

551


How do you print only part of a string?

616


Explain the difference between exit() and _exit() function?

637


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

658


What are unions in c?

583