Fundamentals of Programming. Unit 11.
  1. Behind the curtain: Functions & Arrays.
  2. Calculate the total of one-dimentional array.
  3. How to calculate the subtotal of each row of the 2D-array.
  4. Exercices #11.1 - #11.4.
  5. Three equivalent alternatives for the prototype syntax.
  6. Declare a pointer corresponding to an N-dimentional array.
  7. Variable-length array passed as an argument.
  8. Compound literal.
  9. A compound literal is a means for providing values that are needed only temporarily.
  10. Exercices #11.5 - #11.11.
  11. A pointer to a "row" array.
  12. Sort an array of float elements.
  13. Pointers to functions.
  14. Preprocessor magic.
  15. Pseudocode usage example.
Last Updated 14 Nov, 2018 18:47. <vadimov@i.ua>