in Education by
which linked list is used in managing memory in data structure? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Linked lists are inherently dynamic data structures; they rely on new and delete (or malloc and free ) for their operation. Normally, dynamic memory management is provided by the C/C++ standard library, with help from the operating system.

Related questions

0 votes
    Which of the following list-like data structure is used for managing a dynamic collection of SparseArrays? (a) ... and answers pdf, Data Science interview questions for beginners...
asked Oct 30, 2021 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements a linked list data structure? (a) AbstractList (b) LinkedList ... of Java Select the correct answer from above options...
asked Mar 1, 2022 in Education by JackTerrance
0 votes
    Which of these standard collection classes implements a linked list data structure? (a) AbstractList (b) ... questions and answers pdf, java interview questions for beginners...
asked Oct 25, 2021 in Education by JackTerrance
0 votes
    Tm trying to get the difference of 2 sets in linked list Example: Input: Set A: 1 - 2 - 3 ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    Write a program in python to insert ten friends name in a list, then print 3rd, 5th and 9th value from the list (using data structure) Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    In ________ automation, user intervention is required only for scheduling and managing robot workload. - intellisense ... - autonomous Select the correct answer from above options...
asked Nov 29, 2021 in Education by JackTerrance
0 votes
    2. A………… is a Panda data structure that represents a 2 D array like object (1 Point) Series DataFrame dictionary Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    Binary search tree definition and operations in data structure Select the correct answer from above options...
asked Dec 13, 2021 in Education by JackTerrance
0 votes
    The structure of a table Employee is given below. Suggest suitable data type and size of each column. Column name ... _ Design _ _ Select the correct answer from above options...
asked Dec 11, 2021 in Education by JackTerrance
0 votes
    pages on a site are linked together through a system of_____ Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    Which of the following is the most widely used external memory data structure? 1) AVL tree 2) B-tree 3) Red-black tree 4) Both AVL tree and Red-black tree...
asked Dec 23, 2020 in Technology by JackTerrance
0 votes
    main memory unit of a computer: a)stores bulk of data and instruction b)stores small amount of data and ... of all other unit Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
...