Computer Science, asked by kartikgameryt10, 5 months ago

3. Various arguments are separated by:​

Answers

Answered by bhavyadhanda
2

Answer:

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