How to append characters to a string array in C
问题 I'm very new to C and I'm trying to write a program that checks if a string contains any uppercase letters, and if it does, prints them out. I'm using https://www.onlinegdb.com/online_c_compiler# as my compiler (cause I don't have access to my personal computer right now) and after a test run, the results are (p.s. I know gets isn't safe): main.c:16:5: warning: ‘gets’ is deprecated [-Wdeprecated-declarations] /usr/include/stdio.h:638:14: note: declared here main.c:(.text+0x26): warning: the