The Answers
The error:
str1++;
// can't do this; str1 is a constant
str2++;
// this is OK, str2 is a pointer
The output:
Defined as an array
Defined as a pointer
efined as an array
Previous slide
Next slide
Back to first slide
View graphic version