Answer: Option 'B'
Explanation: They will be referred to as a manufacturing company because of they make the necessary part themselves not buy it from somewhere else.
Because t=1/f. So. Do you know ? B
<h2>Only when the default parameter are defined in the function</h2>
Explanation:
Answer is same for both the question.
- A default argument or default parameter is assigned an automatic value when the function is invoked.
- So the default value will be assigned during the function definition itself.
- You can find the assignment operator which is being used in the function definition.
- You can overwrite the default values by passing your own value in the calling portion
- The constraint here is that, the default parameter should always be the last parameter of function definition to avoid ambiguity.