Rahul Goyalrhgoyal.hashnode.dev·Jul 11, 2022scanf() is lousy!!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...221 readsMemory Leak