Print The Largest And Smallest Using Global Declaration
Some important points to be note about Global variable declaration are: It can be used anywhere within the program. Unlike local variables that can be used within the scope of a particular function. & is used to assign the input value to the variable and… Read More »Print The Largest And Smallest Using Global Declaration