I would like to know what is the maximum size of the list of arguments in C/C++ main function? Does it depend on the OS? And what happens if I pass the very large number of arguments to the main function, the main function behavior will be indetermined?
Thanks,