Ask Question

Write a statement that declares a prototype for a function add, which has two int parameters and returns an int.

+4
Answers (1)
  1. 23 June, 09:49
    0
    Int add (int, int);
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a statement that declares a prototype for a function add, which has two int parameters and returns an int. ...” 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