0

I tried this and it didn't work

char passEntry[10], password[] = "abc";
printf ("Enter password");
scanf ("%s", passEntry);

if passEntry==password
{
     printf ("Access Granted");
}
Fiddling Bits
  • 8,712
  • 3
  • 28
  • 46

0 Answers0