Computer Science, asked by majorlalchumber, 2 months ago

can we pass a constant through a function

Answers

Answered by mokhtarahmad251177
1

Answer:

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.

Similar questions