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
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is a double c?
How old is c programming language?
What are run-time errors?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What 'lex' does?
What is const and volatile in c?
What is meant by recursion?
What is abstract data structure in c?
Why is c called "mother" language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
largest Of three Number using without if condition?
What does p mean in physics?
How would you obtain the current time and difference between two times?
What does typedef struct mean?