How many types of linked lists what are they?
How many types of data structures?
Answer Posted / ankit prajapati jmp
There are two tyes of link lists that are given beloow
1.single linked link list,
2.double linked link list
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sizeof in c?
Can one function call another?
What's the difference between constant char *p and char * constant p?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
What extern c means?
What are the disadvantages of c language?
What does a pointer variable always consist of?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the -> in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between #include and #include 'file' ?
What is n in c?
Why c is a mother language?
What are variables c?
What is c language used for?