Variables in C programming Q - 9

Last Updated :
Discuss
Comments

Which variable will have the highest scope?

Variable declared inside a loop

Variable declared inside a function

Static variable

Global variable

Share your thoughts in the comments