Errata
- Page 81, Q17 should be attempted after char data type introduction.
- Page 138, Q6, misprint – this question should be ignored.
- Page 165, Q31. printf statement is missing.
printf(“%d\n”,sum); //should be placed just before return statement
- Page 257, Q19, 20 (* double) is printed instead of (double *)
- Page 306, Q7.a should read as below.
a. An enum value can be used without defining a variable of type enum.