Learn How to Program in C

by
Dr. Kristin Switala

Introduction

Directives

Variables

Conditionals

Loops

Arrays

Pointers

Functions

Structures


Site Map

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: };
Copyright
© 2001
Kristin Switala
Hosted by www.Geocities.ws

1