Multiple conditions with scanf in C
TLDR: I need to check if the input I am scanning with scanf into an array is really an integer while using EOF. I need to scan numbers into an array until EOF. I am doing everything with statically allocated memory, since I am quite a beginner and for now dynamically allocated memory is hard… Read More Multiple conditions with scanf in C