Function IsFull (Q)
C code is given below:
Boolean Is Full (queue * Q)
{
if (Q (rear) = = SIZE – 1)
return true;
else
return false;
Post a Comment
No comments:
Post a Comment