Computer Science, asked by PardeepBassi, 8 months ago

The parameter passing mechanisn used in C is..............? a) call by name b) call by value c) name call d) none of these​

Answers

Answered by kingAakash777
12

Answer:

and u r answer is hope it helps for u and mark me as brainlist answer

Explanation:

answer:call by value

Answered by crkavya123
0

Answer:

correct option is: b) call by value

The parameter passing mechanism used in C is called by value.

Each C program must have at least one function, which is a piece of code, in order to work. The constant can be declared anywhere in the C language, but only at the beginning of a new line.

Explanation:

b) call by value

  • Everywhere a parameter or group of parameters is handled in an argument, there are "multiple methods."
  • There are two methods for passing arguments in the C programming language: pass by value and pass by reference.
  • Even the term "call by value" can be used to describe the pass-by-value. It employs linguistics from an in-mode sort.
  • Here, the "formal parameter" modifications made won't be returned to the "caller." Any modifications made to the formal parameters only affect the distinct storage locations and have no impact on the real parameters.
  • This choice is the best one.

learn more

https://brainly.in/question/81459

https://brainly.in/question/22368558

#SPJ3

Similar questions