Hi
I want to know what is difference if in our code and in main function , we use int main(int argc, char * argv[]) instead of int main() ?
in other words : does it have a extra feature for us ?
thanks
the (int argc, char * argv[]) stuff gives you the data passed to the commandline. So for example if the program is executed with the below commandline: