Ask Question
25 December, 15:54

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.

+2
Answers (1)
  1. 25 December, 16:06
    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?
Find 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 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