What's the difference between a linked list and an array?
Answer Posted / shatul
an array allocates continous memory allocation whereas a
linked list does not allocates continous memory,
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Explain void pointer?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
How can a string be converted to a number?
What is array of pointers to string?
I heard that you have to include stdio.h before calling printf. Why?
how to find binary of number?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is a pointer in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the difference between functions getch() and getche()?
Write a code to remove duplicates in a string.
What is the equivalent code of the following statement in WHILE LOOP format?
Explain logical errors? Compare with syntax errors.
What are the advantages of the functions?
What are c identifiers?