ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Programming Languages  >>  C++  >>  OOPS
 
 


 

 
 STL interview questions  STL Interview Questions
 OOPS interview questions  OOPS Interview Questions
 C++ General interview questions  C++ General Interview Questions
Question
What is a linked list? 
 Question Submitted By :: Kunal
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is a linked list?
Answer
# 1
Link list is a collection of either diffrent diffrent data 
or same type of data which is store in a node,basically 
node contain  non premitive data witch is divided into two 
parts one part contain data and another part contain 
address of next node..
 
Is This Answer Correct ?    2 Yes 0 No
E-mail
 
  Re: What is a linked list?
Answer
# 2
link list is a list that is used to sort by the names
 
Is This Answer Correct ?    0 Yes 0 No
Venu
 
 
 
  Re: What is a linked list?
Answer
# 3
" Linked List is a collection of data elements consisting 
of nodes", basically two parts:-
1. INFO part- contains the information/value of data items.
2.LINK part- keeps the address of the adjacent node,i.e, 
  co-relating notes.

The basic application,i.e, the linear arrangement of data 
items gives the fundamental idea of array.
 
Is This Answer Correct ?    2 Yes 0 No
Purba Phalguni Mishra
 
  Re: What is a linked list?
Answer
# 4
Linked list is a datastructure which consist of many nodes 
linked wit each other.Each node is divided in to  
2parts.one has the data and the other has address which 
points to the next node.the last node has null pointer.
 
Is This Answer Correct ?    1 Yes 0 No
Swati Sinha
 

 
 
 
Other OOPS Interview Questions
 
  Question Asked @ Answers
 
if u write a class do u write Assignment operator and copy constructor Siemens1
Explain polymorphism? What r the types of polymorphism? pls give examples? HCL2
what is the difference between class and object?  4
Does c++ support multilevel and multiple inheritance? Wipro5
What are the advantanges of modularity  2
What is command routing in MFC GE1
what is multi level inheritance give n example ? Ness-Technologies2
i ahve v low % in 12th n BSC which is aroun 50 coz science was imposed on me......nw m doin MCA n my aggregate in above 74%,what shud i say if asked about low previous percentage??????  3
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?  1
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed? EA-Electronic-Arts2
what is virtual function in c++  4
Why do we use virtual functions?  3
What is a class? TCS17
what are the disadvantages of C++? ATS4
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory?? Honeywell12
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.  1
How is exception handling carried out in c++?  1
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....  5
when my application exe is running nad i don't want to create another exe what should i do HCL2
write a c++ program to find maximum of two numbers using inline functions.  1
 
For more OOPS Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com