Computer Science, asked by ranjan45764, 10 months ago

a variable declared before main() they will be treated as global variable true or false​

Answers

Answered by Anonymous
1

Explanation:

The variables declared outside any function are called global variables. They are not limited to any function. Any function can access and modify global variables. ... Global variables are generally written before main() function

Similar questions