How many types of linked lists what are they?
How many types of data structures?
Answer Posted / majid
It is the type of non linear data structure.
1)singly list
2)singly circular list
3)singly list with header,tail.
4)singly list with head ,tail and circular
5)doubly list
6)circular doubly list
7)with header.
8)with tail.
9)with head ,tail and circular
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
When is a void pointer used?
Why do we use null pointer?
Under what circumstances does a name clash occur?
hi any body pls give me company name interview conduct "c" language only
Why does everyone say not to use scanf? What should I use instead?
Can the sizeof operator be used to tell the size of an array passed to a function?
Difference between pass by reference and pass by value?
What is the right type to use for boolean values in c?
Can a pointer be volatile in c?
What would be an example of a structure analogous to structure c?
What does a function declared as pascal do differently?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Why c is called free form language?
How can you find out how much memory is available?