what is the difference between arrays and linked list
Answer Posted / mehdin
arrey is very fast in linked list.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
what is the role you expect in software industry?
What does c mean?
Explain high-order bytes.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Is it possible to pass an entire structure to functions?
diff between exptected result and requirement?
Can we assign integer value to char in c?
Why is c called "mother" language?
What are data structures in c and how to use them?
State two uses of pointers in C?
What are the primitive data types in c?
Explain union.
What is the difference between #include and #include 'file' ?
What is the difference between struct and typedef struct in c?
What is omp_num_threads?