What is linked list?what is function overloading

Showing Answers 1 - 1 of 1 Answers

Linked list:

The singly linked list is a convenient way to store an unbounded array, that is create an array where one doesn't know in advance how large the array will need to be.

function overloading:

Overloading is a technique that allows you to give a several functions with the same name but different parameter lists.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions