Posts by Samara • 1 point
1 post
-
0
votes1
answer146
viewsQ: Dynamic stack in C does not compile because of incompatible char types
I’m making a theme in which I have to name documents in a dynamic stack, stack them and print out the names of documents. The document name is in a variable "char files[20]" in struct. I created the…