Search code examples
Changing the variable's value, by using a pointer...


cpointersglobal-variableslocal-variables

Read More
Variable in for loop is giving a message that "The value of the local variable i is not used&qu...


javaarraysfor-looplocal-variablesprivate-methods

Read More
python function global and local scope confusion...


pythonfunctionglobal-variableslocal-variables

Read More
How do I catch the count in this recursive loop?...


recursioncommon-lisplocal-variablessbcl

Read More
Default values and initialization in Java...


javainitializationglobal-variablesdefault-valuelocal-variables

Read More
Highlight Undefined Javascript Variables in Visual Studio Code...


javascriptvisual-studio-codelocal-variables

Read More
Ruby local variable is undefined...


rubylocal-variables

Read More
What's the scope of a variable initialized in an if statement?...


pythonvariablesif-statementscopelocal-variables

Read More
Local variable might be referenced before assignment...


pythonfunctionlocal-variables

Read More
`eval('bar')` causes a `NameError`, but `print(bar); eval('bar')` doesn't...


pythonscopelocal-variablesnameerror

Read More
Strange behavior of `unset` for local variables...


bashfunctionvariableslocal-variablesunset

Read More
Python - local variable is assigned but never used - var=None...


pythoninstance-variableslocal-variables

Read More
Using a custom value as a local variable...


c++console-applicationlocal-variables

Read More
Local initialized array in riscv...


clocal-variablesriscv

Read More
How to solve: UnboundLocalError: local variable 't' referenced before assignment? in python?...


pythonoptimizationglobal-variableslocal-variablestraveling-salesman

Read More
how to calculate sum, multiply, modulus of two global variables and two local variables?...


javascriptglobal-variableslocal-variables

Read More
Changing local variable using recursion...


pythonrecursionlocal-variables

Read More
Why do local variables require initialization, but fields do not?...


c#language-designlocal-variables

Read More
Iterate through multiple lists using locals in Terraform code...


foreachterraformterraform-provider-azurelocal-variablesmaplist

Read More
UnboundLocalError: local variable 'x' referenced before assignment for one variable whilst o...


pythonlocal-variables

Read More
Accessing function-local variable...


pythonfunctionlocal-variables

Read More
Python Multiprocessing: Variable only changes inside the function even though there is a global stat...


pythonfunctionmultiprocessingglobal-variableslocal-variables

Read More
Python - Get name list of objects of a specified class in the namespace...


pythonvariablesjupyter-notebooknamespaceslocal-variables

Read More
Access a function variable outside the function without using "global"...


pythonlocal-variables

Read More
How to define a function-local constant in Common Lisp?...


constantslispcommon-lisplocal-variables

Read More
Calling local variables from Julia functions (optimize)...


julialocal-variablesfunction-call

Read More
Problem with local variable. NameError: name 'b' is not defined in python...


pythonpython-3.xlocal-variables

Read More
Dynamically set variables inside function...


pythondynamiclocal-variableskeyword-argument

Read More
"Life-time" of a string literal in C...


cfunctionlocal-variablesstring-literalslifetime

Read More
How to stop variables becoming local?...


pythonvariablesglobal-variableslocal-variables

Read More
BackNext