Issues with `scanf` not reading input correctly in specific cases on C with GCC 11.2
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-06
scanf input C
I'm running into an issue where `scanf` doesn't seem to read input correctly when used in combination with a loop. I have a simple program that takes integer in...