Programming: Pointers + File Handling Crossword Puzzle

Download and print this Programming: Pointers + File Handling crossword puzzle.

Programming: Pointers + File Handling Crossword Puzzle

PDF will include puzzle sheet and the answer key.

 

Browse all Computers / IT Puzzles

QUESTIONS LIST:

  • pointer : a variable that stores memory address
  • fprintf : writes formatted data to a file
  • file : opens a file in c
  • fclose : function used to close a file
  • fgetc : function that reads a character from a file
  • address : points to next location in memory
  • fscanf : reads formatted data from a file
  • binary : a file that stores data in 0s and 1s
  • structure : used to group different types of data together
  • float : data type used for decimal values
  • typedef : special name given to a data type using the keyword
  • stdio : standard file open/read/write functions come from this header file
  • asterisk : memory location indicator symbol