argcCode:int main(int argc, char* argv[]) { program-statements }
An integer specifying how many arguments are passed to the program from the command line. Because the program name is considered an argument, argc is at least 1.
argv[x] contains argument.




mail:
Reply With Quote