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...