CodeHunt

1234567891011121314
Across
  1. 3. The execution of any C program begins here
  2. 5. Pictorial representation of an algorithm
  3. 7. data types used to store real numbers
  4. 10. Identify the operator: ++
  5. 11. function used to print the output
  6. 13. Code used for representing characters in the computer
  7. 14. An error in a software program
Down
  1. 1. Software which converts a program into machine code
  2. 2. Data type used to store whole numbers
  3. 4. \n refers to
  4. 6. Translating a source program into a machine language
  5. 8. Function used to read the data from keyboard
  6. 9. Pre-defined words in a C compiler
  7. 12. Data type that has no value
  8. 13. Part of the CPU that handles math operations