Programming Tutorials

Comment on Tutorial - Command-line Arguments in C By Daniel Malcolm



Comment Added by : N

Comment Added at : 2013-03-06 00:27:14

Comment on Tutorial : Command-line Arguments in C By Daniel Malcolm
As C does not support Function Overloading, there can be only one definition of main function. So, how can we access default arguments when main function with no parameters is called.

View Tutorial