Computer Science, asked by Anonymous, 1 year ago

help me to understand this coding !!!

Attachments:

Answers

Answered by Naresh5551
2
in this program global and local variables are used
Global variables can be used in the whole program we do not need to execute as same command again and again
Global variables can be called anywhere in the main program
local variables I used in a function
this can be used in a particular function only
Similar questions