Computer Science, asked by Fadufari3655, 1 month ago

Write a C program using pointers and function to search a
value from an array(call by value and call by reference)

Answers

Answered by veenabaddi879
0

Answer:

In call by reference the address of the variable is passed into the funcation call as the actual parameter.

Explanation:

Hope it's help you

Similar questions