Write a statement that declares a prototype for a function printLarger, which has two int parameters and returns no value.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
void printLarger(int,int);
Comments
Post a Comment