FUNCTIONS(1)

12345678910111213141516171819
Across
  1. 2. A random number generator that is has a definite mathematical procedure
  2. 3. A function pre-defined in the language
  3. 7. Gets time
  4. 8. Variables only accessible by neighboors of the same scope
  5. 11. Passing a value
  6. 12. Passing a memory location
  7. 14. Functions defined by the programmer
  8. 16. &
  9. 17. Square roots a number
  10. 18. Variables accessible by everything
Down
  1. 1. Produces a random number and uses %
  2. 4. A function that is defined without a body
  3. 5. Seeds the random function
  4. 6. Parameters pre-defined in the function
  5. 9. A function that returns a value
  6. 10. Functions that do not return a value
  7. 13. Things of the same <answer> have access to each other
  8. 15. Returns a variable to wherever the function was called from
  9. 16. Actual parameters passed to function
  10. 19. How long a program runs