what is the difference between arrays and linked list
Answer Posted / anu
In arrays v cant delete elements in middle but in Linked
list v can do this.
| Is This Answer Correct ? | 71 Yes | 139 No |
Post New Answer View All Answers
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain what are global variables and explain how do you declare them?
State two uses of pointers in C?
What is the code in while loop that returns the output of given code?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
why return type of main is not necessary in linux
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Explain pointer. What are function pointers in C?
What is the best way to comment out a section of code that contains comments?
What is meant by 'bit masking'?
how logic is used
What is LINKED LIST? How can you access the last element in a linked list?
What are the different types of linkage exist in c?
What is bash c?