Pages

Wednesday, July 17, 2024

What do you mean by scope of a variable and what are the different types of scopes that a variable can have?

 Scope of a variable means the area of code in which the variable has effect.


The four different kinds of scopes are

  • File
  • Function
  • Block 
  • Prototype

No comments:

Post a Comment

What is anti- Debugging

  Anti- debugging is how we can stop somebody from debugging our system and getting all the information out of your subsystem.