Math, asked by JayBhagat1607, 1 year ago

Which of the following uses structure?
1. Linked Lists
2. Array of structures
3. All of these
4. Binary Tree; Which of the following uses structure?; 1. Linked Lists; 2. Array of structures; 3. All of these; 4. Binary Tree

Answers

Answered by patilsumanth11
0

Answer:

1

Step-by-step explanation:

Answered by manisharai953
0

The correct answer is option 'All of these' that is linked lists, array of structures, binary tree uses structures.

  • A simple array whose elements are all structures of the same type is known as an array of structures. These arrays reference and subscript in the same manner as simple arrays.
  • There are numerous fundamental data structures that can be employed to address application-specific issues. The array is a useful static data structure that may be randomly retrieved and is relatively simple to use.
  • On the other hand, Linked Lists are dynamic and perfect for applications that need frequent actions like add, delete, and update.
  • Data access in linked lists is sequential, which is a disadvantage. Then there are other specialised data structures, such as stacks and queues, that let us use these constrained data structures to solve challenging issues.

To know more, click here:

https://brainly.in/question/4551914

https://brainly.in/question/44256944

#SPJ3

Similar questions