Skip to content

Commit e93dbf6

Browse files
author
Dasith Vidanage
authored
Update file.c
1 parent 4c7235b commit e93dbf6

File tree

1 file changed

+1
-0
lines changed
  • Implementing a stack of strings

1 file changed

+1
-0
lines changed

Implementing a stack of strings/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ void pop()
2020
{
2121
st.top--;
2222
printf("%c", st.data[st.top]);
23+
2324
}
2425

2526
int main(void)

0 commit comments

Comments
 (0)