x在这里的值是多少?

时间:2019-03-01 17:47:59

标签: c

int main()
{
    int h,x;
    int b[30]={'xy'};
    x=b[0];
    printf("Enter the password\n");
    scanf("%d",&h);
    if(h==x)
    {
         //Perform Some Action
    }

}
  

我正在尝试查找密码,但无法确定密码。   请帮我。谢谢

0 个答案:

没有答案