FREE : [ Study Material ] NDA/SSB Preparation : Check Now!!! | Latest: HR Interview Questions:CHECK | Like Us :

Saturday, April 05, 2025

Wednesday, 24 April 2013

C program to implement a Queue Implementation using array | QUEUE USING ARRAY

0 comments
//Program Coded by ASHISH #include<stdio.h> #include<conio.h> #define MAX 50 int queue[MAX]; int FRONT=-1; int REAR=-1; void traverse(); void insert(int num); void remov(); void main() { int ch,num,p; clrscr(); do { printf("Press 1 to Print All elements of QUEUE\n"); printf("Press 2 to Insert Element in the Queue\n"); printf("Press 3 to Delete Element from the QUEUE\n"); scanf("%d",&ch); switch(ch) { case 1: ...
 

Results

get our extension

Like Us on FB

    Freshers Jobs

    Donate

    DMCA Protected

    You are Visitor Number

    Interview Questions

    SSB Questions

      Authors
    Tinku Singh
    Hitesh Dhanda

    MrNaukri.com - Get Sarkari Jobs, Results, Off Campus Placement Updates © 2012. All Rights Reserved | Back To Top |

    © 2013 A Product of IBC Network