IDNLearn.com is your go-to platform for finding reliable answers quickly. Get prompt and accurate answers to your questions from our community of experts who are always ready to help.

I really need this answer please

Which of the following describes passing by reference?
passing a memory address
passing a defined value
passing a data type copy
passing a variable name

Please help me


Sagot :

Answer:

Passing by memory address

Explanation:

When you pass a memory reference like &a the data stored at this location can be directly accessed by the function through a dereference like *a = 2;