Computer Science, asked by AkGargsntu7lta, 1 year ago

Question on Function Parameters
What keyword should be used in the calling function's parameter, so that after sending address, the modification done in called function shouldn't reflect on calling function?

Answers

Answered by kvnmurty
0
That depends on the programming language.

In some languages,  "IN"  is used.

In some languages   "const"   is used.

Similar questions