coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 219 Exercise 6.23: #34

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write your own versions of each of the print functions presented in this section. Call each of these functions to print i and j defined as follows: int i = 0, j[2] = {0, 1};