Learn How to Program in Cby Dr. Kristin Switala
|
|
Answers to Review: Strings (a)
White Box Testing
1. two errors:
- in line 4, the number should be name[16]
- in line 5, use %s instead of %c
2. two errors:
- in line 4, the number should be cyclists[4][40]
- after the string array, add a line 9 to close the curly brace: };
|
|