Pointer and File handling

123456789101112131415161718192021222324
Across
  1. 4. denotes any alphabet, digit, or special symbol used to
  2. 8. Ability of C code to run on different hardware platforms
  3. 11. format.
  4. 14. information.
  5. 17. process of accessing or modifying the value stored
  6. 18. Macro that represents null pointer
  7. 19. Data structure that stores element
  8. 20. data type
  9. 22. Ability to use existing code in new contexts with minimal
  10. 24. specifies its name, data type, and other attributes
Down
  1. 1. of characters stored in a one-dimensional array of the
  2. 2. of different data types under a single name.
  3. 3. the memory address pointed to by a pointer.
  4. 5. Variable that stores memory address of another variable
  5. 6. Data is permanently stored here
  6. 7. data type that allows you to group together
  7. 9. number system used by computers
  8. 10. Variables and functions within a class.
  9. 12. operating systems
  10. 13. to the access permissions specified for opening the file.
  11. 15. Variables upon which the operator acts
  12. 16. -a statement that introduces an identifier to the compiler
  13. 21. Storage area that program can easily manipulate
  14. 23. FILE-type of file used to store data in a human-readable,