Computer Science, asked by gowthusuribabu, 5 months ago

In which technique the values of actual parameters copied to the formal parameters​

Answers

Answered by 2waqasalam
2

Answer:

When we pass the actual parameters while calling a function then this is known as function call by value. In this case the values of actual parameters are copied to the formal parameters.

Similar questions