0
You visited us 0 times! Enjoying our articles? Unlock Full Access!
Question

Which type of parameter is passed in a function for faster execution
  1. call by value
  2. call by string
  3. call by address
  4. call by name

A
call by string
B
call by name
C
call by value
D
call by address
Solution
Verified by Toppr

Call by value type of parameter is passed in a function for faster execution.

The call by value method of passing arguments to a function copies the actual value of an argument into the formal parameter of the function. In this case, changes made to the parameter inside the function have no effect on the argument. By default, C programming uses call by value to pass arguments.



927730_917406_ans_d680424fff3e44b2a02c3d50e1e32ffb.PNG

Was this answer helpful?
1
Similar Questions
Q1
Which type of parameter is passed in a function for faster execution
View Solution
Q2
In which of the following cases is it possible to obtain different results for call by reference and call by name parameter passing methods?
View Solution
Q3
Write a program to check the divisibility of a number by 7 that is passed as a parameter to the user-defined function.
View Solution
Q4
Name the type of plan which defines the parameters in which a manager may function.
View Solution
Q5

We can burn a piece of paper by focussing the sunrays by using a particular type of lens. Name the type of lens used for this purpose.


View Solution