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,422
  • 3
  • 27
  • 43

0 Answers0