Severity Code Description Project File Line Suppression State
Error C4996 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. str2 D:\lanc\tar\string1\str2\str2\str2.c 15
void main()
{
int i=0, count = 0;
char str[50],c ;
printf(" INSERT STRING\n");
scanf("%s",str);
מצורף קטע קוד עם השגיאה ??
פעם עובד פימיים לא??