15.7k views
4 votes
Write a statement that declares a prototype for a function add, which has two int parameters and returns an int .

1 Answer

3 votes
int add( int, int );
User Mbojko
by
7.7k points

No related questions found