Answer Posted / srinivasu
linked list is distributed memory locations.In this linked
list we have to insert the elements and delete the elements
that means insertion and deletion is possible.And in this
linked list all elements are stored in heap.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is derived datatype in c?
What functions are in conio h?
Which function in C can be used to append a string to another string?
What is a class c rental property?
What is getch() function?
Is linux written in c?
Is null always equal to 0(zero)?
What is hashing in c language?
What is a global variable in c?
How to implement a packet in C
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What are structures and unions? State differencves between them.
What are the types of data files?
What are comments and how do you insert it in a C program?