6. won't compile. vc2012 gives the error "error C2109: subscript requires array or pointer type". you passed in a pointer, which resolves to a single indexed array. the compiler doesn't know the...