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
 
 


 

 
 C interview questions  C Interview Questions
 C++ interview questions  C++ Interview Questions
 VC++ interview questions  VC++ Interview Questions
 Delphi interview questions  Delphi Interview Questions
 Programming Languages AllOther interview questions  Programming Languages AllOther Interview Questions
Question
what is link list?



 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is link list?
Answer
# 1
list are the set of items which are brought from various 
parts and binded together in which each data may or may not 
be having relation..... linked list is basically set of 
data 's which has link (locative address) to refer the next 
data of that list...


thank u
 
Is This Answer Correct ?    0 Yes 0 No
Vignesh1988i
 
  Re: what is link list?
Answer
# 2
Linked list is a data structure where data is logically
viewed as contiguous and helps user in systematically
storing and retrieving the data.
 
Is This Answer Correct ?    0 Yes 0 No
Ravi Joshi
 
 
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
printf("%d",(printf("Hello")); What it returns? TCS23
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES  1
How the C program can be compiled? HP7
Write a program to compare two strings without using the strcmp() function Accenture14
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101) Bosch1
Determine if a number is a power of 2 at O(1).  1
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?  6
Which command is more efficient? *(ptr+1) or ptr[1]  3
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x); HCL6
What is function pointer and where we will use it NetApp1
what is the advantage of function pointer TCS10
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p? Hughes4
main() {int a=200*200/100; printf("%d",a); } TCS7
What's a "sequence point"?  2
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p? Verifone6
writw a program to insert an element in the begning of a doubly linked list  1
plz answer..... a program that reads non-negative integer and computes and prints its factorial  2
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?  2
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?  4
how to find out the union of two character arrays?  1
 
For more C 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