what is the use of using linked list and array?
Answer Posted / raj
in linked list reduse time complexit,we can easily delete
element from thaa list,it dynamicaly allocating the memory
in array it will use wast memory for declaration ex arr[50]
u r going to declare only 10 elements then it is waste of
memory......... but for search array is good it can easly
go which element u r give for search..........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are global variables and how do you declare them?
Explain the term printf() and scanf() used in c language?
What are the ways to a null pointer can use in c programming language?
What is the meaning of c in c language?
What functions are used for dynamic memory allocation in c language?
Add Two Numbers Without Using the Addition Operator
Why clrscr is used after variable declaration?
How do we declare variables in c?
Why we use break in c?
how to construct a simulator keeping the logical boolean gates in c
What are the data types present in c?
Write a program to reverse a string.
How do I convert a string to all upper or lower case?
Write a program with dynamically allocation of variable.