C Programming

1234567891011121314
Across
  1. 1. Pre-defined words in a C compiler
  2. 7. identify the operator:++
  3. 8. data type used to store whole numbers
  4. 10. built in function used to find the square root
  5. 11. A named location in a memory, used to store a data value
  6. 12. pictorial representation of an algorithm
  7. 13. data types used to store real numbers
  8. 14. where does the execution of any C program begin?
Down
  1. 2. Who is the father of C language?
  2. 3. which built in function is used to read the data from keyboard?
  3. 4. Program which converts the C program into machine code
  4. 5. which decision making statement used for menu selection
  5. 6. which function is used to print the output?
  6. 9. data type that has no value