Variables are declared outside the body of the main program are referred as global variables.
|
Note : Global variable values can be referred in a function. They need not be passed to the function as arguments.
A function which does not return a value directly to the calling program is referred as a void function.
|
Note : A void function can also use a return statements without a return value (return;).
It's a special area where you can find special questions and answers for CSE students or IT professionals. Also, In this section, we try to explain a topic in a very deep way.