Ask Question
24 June, 21:06

Assume a function addOne that accepts a single integer reference parameter and returns nothing.

Call the function, passing it the variable i which has already been declared.

+5
Answers (1)
  1. 24 June, 23:08
    0
    addOne (i)

    Explanation:

    to call a function write the name followed by set of parenthesis passing the argument.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Assume a function addOne that accepts a single integer reference parameter and returns nothing. Call the function, passing it the variable ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers