Learn How to Program in Cby Dr. Kristin Switala
|
|
Answers to Review: Strings (b)
White Box Testing
1. two errors:
- line 2 should be: #include<string.h>
- in line 12, the variable should be tibet, instead of british
2. two errors:
- add a line 2: #include<string.h>
- line 11 should be: int eve = strlen(one);
|
|