GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Aztec Systems  >  C
Go To First  |  Previous Question  |  Next Question 
 C  |  Question 3 of 8    Print  
Write a program to concatenate two circular linked lists into a single circular list.

  
Total Answers and Comments: 1 Last Update: January 22, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 22, 2007 02:31:15   #1  
sunil kumar        

RE: Write a program to concatenate two circular linked...
we cantr find the number of node in circular link list
because there is no last node in the cir link list .
(if any comment plz mail to me )

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : /*Function to insert a node in singly sorted linked list *//*pass the header of the list and the element to be inserted *//*header node i,e head is declared as global *//*node is a structure which contains int info; and a pointer of node    ...

Latest Answer : int main(){int n,i,f1=0,f2=1,f3=0;printf("Enter number of terms : ");scanf("%d",&n);if(n==1)printf("0");if (n==2)printf("0  1");if(n>=3){for(i=3;i

Latest Answer : we cantr find the number of node in circular link list because there is no last node in the cir link list .(if any comment plz mail to me         ) ...

A function even_odd_difference()passes the array of elements.Write a program to calculate the difference of the two sums of which one sum adds the elements of odd ones and another adds the elments of even ones.

Latest Answer : This is the recursive version of the program.#include#includestruct list{        int month;        struct list *next;};typedef struct list node;void init(node* ...

Write a program to print the given integers in the corresponding wordings?Say for eg. if 123 is given as input the output should be displayed as \
Read Answers (1) | Asked by : Anandkumar

For the List class, add a Boolean-valued function that determines whether the data items in the linked list are arranged in ascending order. How can i do this using recursion ?
View Question | Asked by : Rooro

Two numbers are entered through keyboard, write a program to find the value of one number raised to the power another.
Read Answers (3) | Asked by : sweety


 Sponsored Links

 
Related Articles

ODP.NET - Populating a Dataset with a Single Data Table

ODP NET Populating a Dataset with a Single Data Table A dataset is simply a group of data tables These data tables can be identified with their own unique names within a dataset You can also add relations between data tables available in a dataset mosgoogle The following code gives you the details o
 

ODP.NET - Retrieving a Single Row of Information Using OracleDataAdapter

ODP NET Retrieving a Single Row of Information Using OracleDataAdapter In the previous example we worked with a set of rows in the DataTable object Now we shall work with a particular row using the DataTable object The following code accepts an employee number from the user and gives you the details
 

ERP Systems as Quality Control Support

ERP Systems as Quality Control Support For the past few years ERP systems have became one of the most powerful tools for quality control management But ERP is just an informatics system that provides support to the integrated business management mosgoogle center Goals of the Quality Control Module i
 

Evolution of database systems

The Evolution of Database systems File Management System Hierarchical database System  Network Database System  Relational Database System File Management System: The file management system also called as FMS in short is one in which all data is stored on a singl
 

How to develop compile and run a C program

The steps involved in building a C program are: 1. First program is created by using any text editor and the file is stored with extension as .c 2. Next the program is compiled. There are many compilers available like GNU C compiler called as gcc, Sun compiler, Borland compiler which is pop
 

Database Systems

Early Databases In the 1960s, the System Development Corporation, one of the world’s first computer software companies and a significant military technology contractor, first used the term “data base” to describe a system to manage United States Air Force personnel. The
 

Systems Design

In previous chapter, we discussed system analysis and requirements stage in SDLC where everything was laid out on papers.  SDLC makes sure that there is an actual need for the software being developed.  Developers need to think of this first, especially in a business setting.&n
 

What is Systems Development Life Cycle

Introduction Developers worldwide will agree that building software takes more than just writing complex codes and implementing them in an environment. Developers usually start out their career in programming by developing programs or software according to their own plan and hope that someone will
 

Operating Systems and IT Certification

With the burst of information technology that is becoming a part of the dominant culture throughout the world, are programs that are designed to help those in this area to grow in knowledge.  By understanding the different technologies that are available, one is able to use them and impleme
 

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
 

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