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