Name an advantage of array over linked list?

Answer Posted / neha sharma

as arrays are static in nature, therefore all operations
like memory allocation occur at the time of compilation
only. So processor has to put less effort at its runtime .

Is This Answer Correct ?    43 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a string using recursive function?

1784


why reinterpret cast is considered dangerous?

1894


What is overriding in oops?

592


What does I oop mean?

608


Explain virtual inheritance?

680






This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1630


What are the components of marker interface?

594


What is purpose of inheritance?

636


What is abstraction with example?

594


What is use of overloading?

600


How do you answer polymorphism?

571


What is the real life example of polymorphism?

599


Why multiple inheritance is not possible?

590


What is overloading and its types?

606


What is polymorphism in oops?

550