When does the Array Index Out Of Bounds Exception occur?<...
Compile-time
Run-time
Not an error
None of the mentioned
Posted by: Jaiprakash P. on: 28.02.2018
Posted by: Jayaram on: 25.01.2021
The data structure required to check whether an expressio...
Stack
Queue
Array
Tree
Posted by: Amit S. on: 28.02.2018
Which data structure is needed to convert infix notation ...
Branch
Tree
Queue
Stack
Posted by: Amarabati on: 28.02.2018
Posted by: Manjula on: 08.05.2020
Posted by: sakshi on: 14.10.2020
Posted by: Giridharan on: 15.10.2020
Which operation of data structure is used to access a nod...
Posted by: Ravishankar on: 08.10.2020
Posted by: Devang on: 12.05.2020
Posted by: Miheer m. on: 10.08.2020
Which data structure is used for implementing recursion?<...
Queue
Stack
Array
List
Posted by: Sumit K. on: 28.02.2018
Assuming int is of 4bytes, what is the size of int arr[15...
15
19
11
60
Posted by: Richard V. on: 28.02.2018
What are the disadvantages of arrays?
We must know beforehand how many elements will be there in the array
There are chances of wastage of memory space if elements inserted in an array are lesser than the allocated size
Insertion and deletion becomes tedious
All of the mentioned
Posted by: Rouf A. on: 28.02.2018
Posted by: Anmol S. on: 06.08.2015
Posted by: Siddhant P. on: 06.08.2015