Assignment 4

12345678
Across
  1. 2. Includes functions involving memory allocation, process control, conversions and others (8 letters - include "." as a letter)
  2. 4. Function used to read a line of text from a file (5 letters)
  3. 7. Variable that stores the address of another variable (6 letters)
  4. 8. Function used to close a file (5 letters)
Down
  1. 1. Type of data stored in text files (5 letters)
  2. 3. Operator is used to obtain the value stored at the memory address a pointer is pointing to (11 letters)
  3. 4. Function used to write a formatted string into a file (5 letters)
  4. 5. Keyword written while declaring structures (6 letters)
  5. 6. Macro used in C for file handling ( 4 letters)