can ew pass a constant through a function
Answers
Answered by
0
. In what cases when passing parameter to a function it must be declares as constant? The constant parameter received by the function can not be changed in the body of the function. This means you can not use an assignment operation in which a constant parameter receives a value.
Answered by
2
Answer:
Yes we pass a constant through a function: itz true
Explanation:
The constant parameter received by the function can not be changed in the body of the function. This means you can not use an assignment operation in which a constant parameter receives a value.
Similar questions