Transcription: The FOR loop uses the variable i as an index into the arrays of names and telephone numbers. In the loop, one line is printed for each entry in the phone book. The output operator sends output to the output stream indicated by the argument OS. There are four items on each line. A name, which must be cast to type char star for the output operator, a tab for formatting the output, a telephone number, and an end-of-line character. you