Unit 4 Assignment

1234567
Across
  1. 3. Operator is used to obtain the value stored at the memory address a pointer is pointing to? (11 letters)
  2. 5. Variable that stores the address of another variable. (6 letters)
  3. 7. Function used to close a file. (5 letters)
Down
  1. 1. Structure used in C to store information about a file? ( 4 letters)
  2. 2. Includes functions involving memory allocation, process control, conversions and others. (8 letters - include "." as a letter)
  3. 4. Function used to write a formatted string into a file? (7 letters)
  4. 6. Function used to read a line of text from a file. (5 letters)