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