Page 1 of 1

Rewrite the C++ code to correct the error(s). void printNum(int n); { int n; cout << n << " "; return n; }

Posted: Sun May 15, 2022 8:38 am
by answerhappygod
Rewrite the C++ code to correct the error(s).
void printNum(int n);
{
int n;

cout << n << " ";

return n;
}