Posted: Wed Nov 19, 2008 6:08 pm Post subject: SCOPE?
does anyone know what SCOPE is because i have an assignment due tomorrow and i can't find it anywhere and i totally forgot what it means -.-. _________________
In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects them -- or semantics.
"You are not allowed to assign a value to this counter yourself to interfere with the automatic action of the for loop, but you may use its value in arithmetic expressions and output. Outside the loop the counter’s value is not available. We say it is only available within the scope of loop."
basically just put it in different words, thanks anyways. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum