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
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How can I implement sets or arrays of bits?
Explain output of printf("Hello World"-'A'+'B'); ?
given post order,in order construct the corresponding binary tree
Explain how can you restore a redirected standard stream?
Are pointers integer?
How do you override a defined macro?
What are header files in c programming?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Is there sort function in c?
Explain what is wrong with this program statement?
Can you please explain the difference between syntax vs logical error?
How can you draw circles in C?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
c program to compute AREA under integral