(A) In an array
(B) In a structure
(C) Anywhere the computer has space for them
(D) In contiguous memory locations
Updated on 21/05/2022
Online Test Preparation and Mcqs Website.
(A) In an array
(B) In a structure
(C) Anywhere the computer has space for them
(D) In contiguous memory locations
Updated on 21/05/2022
(A) int[[]] arr;
(B) int[][]arr;
(C) int[] arr;
(D) All are correct
Updated on 07/06/2022
(A) Binary trees
(B) AVL trees
(C) Graphs
(D) Arrays
Updated on 07/06/2022
(A) An array in which the most of the elements have the same value
(B) Array in which the memory is allocated in run time
(C) Data structure that compactly stores bit
(D) Data structure for representing arrays of records
Updated on 07/06/2022
(A) The data type of elements differs
(B) Elements are sorted
(C) There are unique elements in the array
(D) The array has more occurrence of zero elements
Updated on 07/06/2022
(A) 1
(B) 2
(C) 3
(D) 4
Updated on 07/06/2022
(A) Load balancing
(B) Balancing of symbols
(C) Resource shared between various systems
(D) Data is transferred asynchronously
Updated on 07/06/2022
(A) Ring buffer
(B) Rectangle buffer
(C) Square buffer
(D) None of the above
Updated on 07/06/2022
(A) Top of the stack contains the last inserted element
(B) Elements are stored in a sequential manner
(C) Stack follows FIFO
(D) Arrays can be used to implement the stack
Updated on 07/06/2022