coder52 / Cpp-Primer-Solutions-2013

MIT License
0 stars 0 forks source link

Page 219 Exercise 6.21: #36

Closed coder52 closed 3 years ago

coder52 commented 3 years ago

Write a function that takes an int and a pointer to an int and returns the larger of the int value or the value to which the pointer points. What type should you use for the pointer?