HP C A.06.05 Reference Manual
Manuals
Brands
HP Manuals
Software
C/aC++ Software for HP-UX
191
192
193
194
195
196
197
198
199
200
Statements
return
Chapter 6
177
This program finds the length of any string you enter.
Enter the string:
Copenhagen
The string is 10 characters.
Again?
y
Enter the string:
galaxy
The string is 6 characters.
Again?
n
1
...
...
195
196
197
198
199
...
...
306