如何使用字符串初始化变量,然后在C中将输入与其进行比较?

时间:2018-11-09 02:02:35

标签: c

我尝试了一下,但是没用

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

if passEntry==password
{
     printf ("Access Granted");
}

0 个答案:

没有答案