int main(int argc, char *argv[])

后端 未结 7 2233
盖世英雄少女心
盖世英雄少女心 2020-12-18 08:52

If I have this:

int main(int argc, char *argv[])

In the body, you can sometimes find programs using argv[1].

When do w

相关标签:
7条回答
  • 2020-12-18 09:46

    Short answer is yes, the array contains all the options passed into the program.

    0 讨论(0)
提交回复
热议问题