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 does the c preprocessor do?
What is the function of multilevel pointer in c?
why we wont use '&' sing in aceesing the string using scanf
Explain union.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Do you know pointer in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are the different data types in C?
What is the explanation for the dangling pointer in c?
Explain the array representation of a binary tree in C.
a program that can input number of records and can view it again the record
Where are c variables stored in memory?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
largest Of three Number using without if condition?
What are the advantages and disadvantages of pointers?