what is the difference between arrays and linked list
Answer Posted / yoga
Both are nothing but the data structures where in arrays
data can be accessed using subscript but in linked list
data can be accessed by the pointer present in its previous
node...
| Is This Answer Correct ? | 59 Yes | 15 No |
Post New Answer View All Answers
What is the significance of an algorithm to C programming?
How can you read a directory in a C program?
What is structure of c program?
What is calloc in c?
Why we use conio h in c?
What does sizeof return c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is page thrashing?
How many bytes are occupied by near, far and huge pointers (dos)?
Explain #pragma statements.
What are reserved words?
Why is c called a structured programming language?
Explain what are reserved words?
Explain can static variables be declared in a header file?