Explanation : &street and street will have the values which is the starting address of the street array. However, street is a pointer to the first character whereas &street is a pointer to the entire array. The incremented values of street and &street reflects this difference.