Guest User

Untitled

a guest
May 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //declaration of function
  2. void printTable( std::Ofstream& outputFile, char symbols[], int values int MAX_SIZE);
  3.  
  4. //calling the function.
  5. printTable(outputFile, symbols, values, MAX_SIZE);
Add Comment
Please, Sign In to add comment