What Is The Alternative Of Scanf In C ?
What Is The Alternative Of Scanf In C ? What is the alternative of scanf in C++? fgets() or gets() is a good alternative to scanf(),as it can accept incorrect input and allows the complier to execute the rest of the program. Why we use Getchar instead of scanf? scanf (and fscanf ) try to