More on functions - English

4019 visits



Outline:

More on Functions Local variable in a function Global variable in a function Scope of local and global variables Demonstration of local and global variable by an example(Example used: Displaying complete name) Passing command line arguments Demonstration of passing command line arguments by an example(Example used: Displaying simple message)