Question:

program in c to implement insertion and deletion from ciculer queue

by Guest8859  |  12 years, 7 month(s) ago

0 LIKES UnLike

program in c to implement insertion and deletion from ciculer queue

 Tags: ciculer, deletion, implement, insertion, Program, queue

   Report

1 ANSWERS

  1. Guest1134
    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int p,q;

Sign In or Sign Up now to answser this question!

Question Stats

Latest activity: 13 years, 7 month(s) ago.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.