Computer Science, asked by manpreetkaur0357p, 5 months ago

When calling a function with two arguments, separate the arguments with a __________.​

Answers

Answered by satyamrana15jan
0

Answer:

mark me brainliest

Explanation:

Arguments are separated by commas. ... Arguments are passed by value; that is, when a function is called, the parameter receives a copy of the argument's value, not its address. This rule applies to all scalar values, structures, and unions passed as arguments.

Similar questions