Computer Science, asked by aruko6353, 9 months ago

What do you mean by scope of a variable in C?

Answers

Answered by Gpraesh
0

A scope in any programming is a region of the program where a defined variable can have its existence and beyond that variable it cannot be accessed. There are three places where variables can be declared in C programming language − Inside a function or a block which is called local variables.Hope this helps you my friend.Plz rate 5

Similar questions