Parameters of main( )

In this lesson, you will learn about the parameters of main( ).

We'll cover the following...

Parameters of main() #

It is common for programs to take parameters from the environment that started them. For example, we have already passed a file name as a command-line option to ls ...