GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  BAAN Infotech

 Print  |  
Question:  what is linked list?
what is function overloading




May 05, 2006 02:24:38 #1
 saritha_sai5   Member Since: May 2006    Total Comments: 1 

RE: what is linked list?what is function overloa...
 

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.

     

 

Back To Question