Write a statement that declares a prototype for a function printErrorDescription, which has an int parameter and returns nothing.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
void printErrorDescription(int);
Comments
Post a Comment