You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter_4/exercise_4_04/stack.c
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -215,11 +215,6 @@ int getop(char s[])
215
215
s[++i] =c=next;
216
216
}
217
217
}
218
-
// Remove this else block so that a value like 1200 in the program won't be mistaken is 100. This block will skip the second digit that is read in the number parsing process
0 commit comments