Answers/Solutions to Exercises in Chapter 6, Exercise 1

E1: Let x, y be two integer variables, and let int* p. Let x = p[0] while y = *p. Are the values of x and y the same? Under what circumstances they may differ?

A1: Of course, they are the same -- always.

Back to Answers/Solutions Index                          Back to Answers/Solutions for Chapter 6 Index