By default, arguments to a function are passed by the value (that is, if the value of the parameter within the function is changed, it is not changed outside the function). To allow a function to modify its arguments, they must be passed by ref...
asked by
10.04.2015 / 01:05