Ask Question
17 January, 05:14

If no mode is indicated for a parameter, what mode is used?

+1
Answers (1)
  1. 17 January, 05:21
    0
    Answer: IN mode

    Explanation: IN mode is the mode that is automatically assigned as the default mode. This mode provides the service of reading only. The receiver cannot manipulate the value passed in the IN mode.

    So, if no parameter mode is assigned it automatically gets into the default mode that is IN mode so that the variable can be passed. It is recommended that the variables should be initialized with the mode so that execution can be easy.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “If no mode is indicated for a parameter, what mode is used? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers