Ask Question
30 March, 07:17

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

+3
Answers (1)
  1. 30 March, 09:50
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers