How many types of linked lists what are they?
How many types of data structures?
Answer Posted / prakash.m
basically three types includes
Singly LL.
Double LL.
Circular LL.
Data structures include
stacks
queues
linked list.
graphs.
trees.
| Is This Answer Correct ? | 80 Yes | 11 No |
Post New Answer View All Answers
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Why enum is used in c?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What is the difference between Printf(..) and sprint(...) ?
What is the sizeof () a pointer?
How to declare pointer variables?
How can a process change an environment variable in its caller?
Tell me what is null pointer in c?
What is unsigned int in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Can the sizeof operator be used to tell the size of an array passed to a function?
What are the Advantages of using macro
Explain what header files do I need in order to define the standard library functions I use?
What are local variables c?
What is echo in c programming?