GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Wipro  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 39 of 157    Print  
If Link list is used to implement a stack what operations should be implemented :

A. insert front, delete front
B. insert front, delete rear
C. insert rear, delete front
D. none of these


  
Total Answers and Comments: 2 Last Update: May 18, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: dexter7574
 
ans is a, front is similar to the top of the stack...as stack is LIFO...front insertion front deletion..


Above answer was rated as good by the following members:
sandy_snap
March 06, 2006 08:21:10   #1  
madhavi_2784 Member Since: February 2006   Contribution: 7    

RE: If Link list is used to implement a stack what op...
d
 
Is this answer useful? Yes | No
May 18, 2007 14:57:10   #2  
dexter7574 Member Since: May 2007   Contribution: 7    

RE: If Link list is used to implement a stack what op...
ans is a front is similar to the top of the stack...as stack is LIFO...front insertion front deletion..

 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    

 Related Questions

C  

If Link list is used to implement a stack what operations should be implemented : A. insert front, delete front B. insert front, delete rear C. insert rear, delete front D. none of these

Link list is implemented as a structure (data, link *), How is pointer moved to the next node, cursor points to the present node. A. cursor == cursor->link B. cursor ++ C. ++ cursor D. none of these
Tags : Pointer

Latest Answer : a ...

ACL stands for A. access central limit B. access control limit C. access control list D. Both A and B

Latest Answer : OSI 7 model in decreasing order1. Application2. Presentation3.Session4. Transport5.Network6.Datalink (Data Difinition Language, Data Manuplation Language).7.Physical ...

In queue where do you insert a data? A. front B. rear C. middle C program code int zap(int n) { if(n<=1) then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap A. 8 B. 9 C. 6 D. 12 E. 15

The operation to be performed on a stack using a linked list can be realized using the function A. delete front, insert rear B. insert front, delete rear C. delete front, insert front D. delete rear, insert rear

Latest Answer : LIFO ( Last In First Out ) ...

D  
Latest Answer : (d) tree ...


 Sponsored Links

 
Related Articles

Performing DML Operations on XML Schema Based XMLType Views

Performing DML Operations on XML Schema Based XMLType Views Analyzing the underlying query of the empSch v view discussed in the preceding section you may note that each attribute of the EMP T object used in the select list maps to a certain column of a single table namely emps What this means in pr
 

High Level Data Link Control (HDLC)

High Level Data Link Control HDLC The High Level Data Link Control protocol was developed by the International Organization for Standardization ISO It is used for switched and non switched networks and is a bit oriented architecture The High Level Data Link Control has been accepted and used widel
 

Synchronous Data Link Control (SDLC)

Synchronous Data Link Control SDLC The SDLC or the Synchronous Data Link Control was first developed by IBM It is basically a linked layer protocol which can be used with systems network architecture or the SNA environment In this system all the functions in a network can be defined and slotted into
 

JavaScript Array Operations

JavaScript Array Operations In this JavaScript tutorial you will learn about different operations with array in JavaScript how to use the for in statement Combining Operations between arrays and within elements of an array joining two or more arrays and joining elements of an arrays along with synta
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

List of Popular Scholarship and Grants

List of Popular Scholarship and Grants There are a number of popular scholarships and grants that students will want to look for While obtaining these scholarships can be challenging the rewards are well worth it One of the largest sources of both scholarships and grants is the U S Department of Edu
 

Technical Aspects of CRM

Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
 

The Importance Of a To-Do List

The Importance Of a To Do List A To Do list is a list of important tasks that you will need to carry out within a given period of time They are a crucial tool for those that want to be skilled at time management The concept of a To Do list is quite simple mosgoogle By having all of the things you ne
 

C Programming - Managing Input and Output Operations

C Programming Managing Input and Output Operations In this tutorial you will learn about Single character input output String input and output Formatted Input For Scanf Input specifications for real number Input specifications for a character Printing One Line Conversion Strings and Specifiers Speci
 

CSS Tutorials : Lesson 10 : Cascading Style Sheets (CSS) List

CSS Tutorials Lesson 10 List In this tutorial you will learn about Cascading Style Sheets CSS List List style type List style position List style image and Using the shortcut mosgoogle List style type To set the list style marker type use the property list style type&rdquo; this property can
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape