Computer Science, asked by Likun45, 1 year ago

define global functions

Attachments:

Answers

Answered by parichay15
1
Variables defined outside a functionThey are called global variables and their scope is global. Variables defined inside a function are localvariables.

Likun45: But they are global variables.. i want to know what are global functions
Similar questions