Tech Freak-2

12345678910
Across
  1. 5. This comand gives executable permissions in *nix
  2. 6. google.maps.LatLng is a class used to create
  3. 7. This character has all its bits as 0 but doesn't have any relationship with the null pointer.
  4. 9. This utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them
  5. 10. This tag is used to display text in a fixed-width font,and it preserves both spaces and line breaks
Down
  1. 1. This allows the programmer to create an alias for a data type, and use the aliased name instead of the actual type name.
  2. 2. This command is used to acquire the MAC address using command prompt.
  3. 3. This function is used to move the file position to a desired location within the file
  4. 4. Output of foo = {} print type(foo)
  5. 7. This function helps you catch logic errors or improper usage in your code, by testing the expression given to it for truth.
  6. 8. Output of (first (rest'(i love google))) LISP