为什么这个奇怪的代码编译并返回1?

时间:2017-04-09 13:17:03

标签: c++ main

为什么这段代码会编译并返回1?

int main(int ac, char* av[])
{
    return ac[av] == 0;
}

0 个答案:

没有答案