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
How is a pointer variable declared?
Can a variable be both const and volatile?
What is a example of a variable?
Can a local variable be volatile in c?
What is 2c dna?
What is static memory allocation?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is c programming structure?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is a program flowchart and explain how does it help in writing a program?
Explain how can I read and write comma-delimited text?
How can I do serial ("comm") port I/O?
What are local static variables? How can you use them?
What is pointers in c with example?
What is pointer in c?