AppendixAnswers toExercises
this appendix features the answers to the exercises in the back of each chapter. Chapter 4 was the first chapter to feature exercises, so that's where we start.
Chapter 4
- This screenshot shows the error we got when we changed
SayHello();
toSayHello(;
. - This screenshot shows the error we got when we changed
main
toMAIN
. - This screenshot shows the error we got when we deleted the left
curly
brace that opens themain()
function. - This screenshot shows the error we got when we deleted the semicolon at the end of the
Get Learn C on the Mac now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.