sai685
Junior Member level 2
i want to know whether the below condition are checkers or not?
1. while(empty) but it is showing (full)
2. while(full) but it is showing (empty).
3.if the expected result is not equal to produced result.
then display error.
if these are checker just tell me some hints to write the code for this.
1. while(empty) but it is showing (full)
2. while(full) but it is showing (empty).
3.if the expected result is not equal to produced result.
then display error.
if these are checker just tell me some hints to write the code for this.