scanf() is lousy!!
Jul 11, 2022 · 2 min read · Issue ❌ scanf() is a very lousy function 😪 due to which it can cause many runtime errors and even security issues📢 in our code that are very very difficult to catch.😨 A scanf looks like: scanf("%s", food); Now here, when a user enters input, he ca...
Join discussion