How many types of linked lists what are they?
How many types of data structures?
Answer Posted / virendra
1. singly link list
2. doubly link list
3. circular link list
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Explain how can I convert a number to a string?
What does d mean?
How do you list a file’s date and time?
What does it mean when the linker says that _end is undefined?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the difference between exit() and _exit() function?
What is putchar() function?
show how link list can be used to repersent the following polynomial i) 5x+2
Explain a file operation in C with an example.
What is the difference between text files and binary files?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is a null pointer in c?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Is null equal to 0 in sql?