a) By this way computer can keep track only the address of the first ...
View QuestionEach array declaration need not give, implicitly or explicitly, the information about
a) The name of array b) The data type of array c) ...
View QuestionLinked lists are best suited
a) For relatively permanent collections of data b) For the size of the structure and the ...
View QuestionArrays are best data structures
a) For relatively permanent collections of data b) For the size of the structure ...
View QuestionFinding the location of the element with a given value is:
a) Traversal b) Search c) Sort d) ...
View QuestionThe operation of processing each element in the list is known as
a) Sorting b) Merging c) Inserting d) ...
View QuestionWhich of the following data structure is linear data structure?
a) Trees b) Graphs c) Arrays d) None ...
View QuestionWhich of the following data structure is not linear data structure?
a) Arrays b) Linked lists c) Arrays ...
View QuestionThe indirect change of the values of a variable in one module by another module is called
a) Internal change b) Inter-module change c) Side effect d) ...
View Question