0
Hello everyone 💚
In C Language...if I define a variable integer and I input inside it a character...it make problem. So, How Can I except this error????
2 Antworten
0
://Please attach your source code so community can help you
0
Shudarshan Rai 👑
for example :
main()
{
int m;
scanf ("%d",&m);
}
Now if the user input a characters instead of a number...the program will be failed completely
So,how can I except this error