Fundamentals of Programming. Unit 12.
  1. Character strings and string functions.
  2. Operations on string literals.
  3. The puts() function arabesque.
  4. Reading strings using scanf and gets.
  5. The fgets() function.
  6. fgets(): under the carpet.
  7. Example 12.1 adds a little more testing to the basic ideas.
  8. Reading strings character by character.
  9. Accessing the characters in string.
  10. Defining strings within a program.
  11. Array versus pointer.
  12. Array and pointer differences.
  13. Array of character strings.
  14. Example 12.2 Big digits.
  15. Example 12.3 - 12.4 Functions strlen(), strcat(), strncat().
  16. Example 12.5. The strcmp() function.
  17. Example 12.6 - 12.7 The strcmp() comparesstrings until it finds corresponding characters.
  18. The strcpy() and strncpy() functions.
  19. Example 12.8 Sorting strings alphabetically.
  20. Exercises #12.1 - #12.5.
  21. Exercises #12.6 - #12.15.
  22. Echo of the previous lesson.
  23. Perceptual contrast and the university coed.
Last Updated 22 Nov, 2018 17:29. <vadimov@i.ua>