0
Constant and function
We know that when we pass a variable by value to function a copy of the variable will be take to work on is it the same for a constant ? or the compiler will ignore this since it's a constant
0 ответов
We know that when we pass a variable by value to function a copy of the variable will be take to work on is it the same for a constant ? or the compiler will ignore this since it's a constant