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       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
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
How many types of linked lists what are they? 
How many types of data structures?
 Question Submitted By :: Sanglap
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How many types of linked lists what are they? How many types of data structures?
Answer
# 1
There are two types of linked list.
Single and Double
Single would move only in one direction while double linked 
list can move in both directions ie forward and backward.
Data Structures
1. Arrays
2.Linked List
3.Structures
4.Trees
5.Queues
6.Stack
 
Is This Answer Correct ?    21 Yes 5 No
Priyanka Nigam
 
  Re: How many types of linked lists what are they? How many types of data structures?
Answer
# 2
basically three types includes

Singly LL.
Double LL.
Circular LL.

Data structures include

stacks
queues
linked list.
graphs.
trees.
 
Is This Answer Correct ?    18 Yes 5 No
Prakash.m
 
 
 
  Re: How many types of linked lists what are they? How many types of data structures?
Answer
# 3
There are basically three types of linked list.
1) single linked list
2) Double Linked list
3) Circular linked list

there are two types of data structures
1) Linear Data Structures
           Array, Linked list, pointers, stack, queues etc
2) Non-Linear Data Structure 
           Trees, Graphs
 
Is This Answer Correct ?    15 Yes 2 No
Shumaila Bashir Sheikh
 
  Re: How many types of linked lists what are they? How many types of data structures?
Answer
# 4
There are three types of linked lists-
        1.singly linked list
        2.doubly linked list
        3.circular linked list



There are six types of data structurs-

        1.linked list
        2.array
        3.stack
        4.queues
        5.tree
        6.graphs
 
Is This Answer Correct ?    6 Yes 2 No
Deepak Nagpal
 
  Re: How many types of linked lists what are they? How many types of data structures?
Answer
# 5
Please explain me any one how these cocepts are useful?
Where we have to use?
Why we have to use these techniques?
 
Is This Answer Correct ?    0 Yes 0 No
C Manojkumar
 

 
 
 
Other C Interview Questions
 
  Question Asked @ Answers
 
write the program for maximum of the following numbers? 122,198,290,71,143,325,98  4
what is array?  6
write a “Hello World” program in “c” without using a semicolon?  3
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?  2
How to add two numbers without using arithmetic operators? Sapient11
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT; TCS5
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator?? Verifone8
write a recursive program in'c'to find whether a given five digit number is a palindrome or not  1
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element. Zycus-Infotech9
How can I call a function, given its name as a string? ABC-Telecom2
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile? Oracle3
how to impliment 2 or more stacks in a single dimensional array ? iFlex1
WAP – represent a char in binary format Motorola4
Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error IBM4
Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; } NDS3
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output? Verifone14
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV Accenture4
Is reference used in C?  1
can we access one file to one directory?  1
1 232 34543 4567654 can anyone tell me how to slove this c question  3
 
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