हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा १२

What happens if you modify a variable outside the function? Give an example. - Computer Science

Advertisements
Advertisements

प्रश्न

What happens if you modify a variable outside the function? Give an example.

टिप्पणी लिखिए

उत्तर

When a function depends on variables or functions outside of its definition block, you can never be sure that the function will behave the same every time it’s called.
For example let y: = 0
(int) inc (int) x
y: = y + x;
return (y)
In the above example, the value of y gets changed inside the function definition due to which the result will change each time. The side effect of the inc ( ) function is it is changing the data ‘ of the external visible variable ‘y’.

shaalaa.com
Introduction to Function
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 1: Function - Evaluation [पृष्ठ ९]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 12 TN Board
अध्याय 1 Function
Evaluation | Q 5. | पृष्ठ ९
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×