Computer Science, asked by adhalraotejas7, 1 day ago

How do you create a reference i pont
variable of an existing variable?

1-with & operator

2- with ref operator​

Answers

Answered by Anonymous
0

Answer:

When a variable is declared as a reference, it becomes an alternative name for an existing variable. A variable can be declared as a reference by putting '&' in the declaration.

Similar questions