Fundamentals of C Programming
Across
- 3. a picture of the separate steps of a process in sequential order
- 5. a user-defined or a user-readable custom name assigned to a memory location
- 8. types of symbols that inform a compiler for performing some specific logical or mathematical functions
- 9. are the type of data stored in a C program
- 11. format specifier for float
- 13. ( ++ )
- 14. (a += b)identify this operators
- 15. predefined or reserved words that have special meanings to the compiler
Down
- 1. AND( && ), OR( || ), and NOT ( ! ).
- 2. ^, <<,>> identify the operators
- 4. + (addition), - (subtraction), * (multiplication), / (division), and % (modulo)
- 6. can be described as the user-specified name
- 7. the value that cannot be changed during program execution
- 10. tokens in C
- 12. a step-by-step procedure to solve a given problem