Computer Science, asked by animeshbanerjee41, 6 months ago

Define Cell Referencing.​

Answers

Answered by kuldeepsharma3881
4

cell reference refers to a cell or a range of cells on a worksheet and can be used in a formula so that Microsoft Office Excel can find the values or data that you want that formula to calculate.

Answered by keerthana1026
2

Explanation:

The call by reference method of passing arguments to a function copies the address of an argument into the formal parameter. Inside the function, the address is used to access the actual argument used in the call. It means the changes made to the parameter affect the passed argument.

Similar questions