FIFO program

Thread Starter

lenn24

Joined Jan 23, 2009
6
pls help me creating a program in Turbo C of a FIRST IN FIRST OUT..
we need to input number of jobs,,page frame,,and the jobs(in characters)..
for example
Enter number of jobs:5
Enter page frame:3
Enter jobs: a
b
c
a
e

Output:
a
ab
abc
abc
bce

pls help me...thanks
 
Top