Making a stack program to ask the user for inputing characters and will stopped if its enter "Z" or \'z\',
int stack[100]; int top = -1; i