The main() and a function bad_op()
main()
{
while(Forever) {
prompt();
input();
output();
}
}
int bad_op(char c)
{
return NULL == strchr(ops, c);
}
Previous slide
Next slide
Back to first slide
View graphic version