Basics Of C Programming

123456789101112131415
Across
  1. 3. error in which Program runs, but produces incorrect results
  2. 5. reserve word having meaning
  3. 8. who tells the compiler how to interpret and display a variable's value
  4. 11. which data type is used for decimal values
  5. 12. developer of C language
  6. 15. which function must be present in program
Down
  1. 1. most poular language (May 2025)
  2. 2. name of storage location in memory
  3. 4. used for user understanding
  4. 6. Name of the compiler
  5. 7. which operators gives true r false result
  6. 9. contains defination for print and scanf functions
  7. 10. operating system developed using c programming
  8. 13. set of rules and structure
  9. 14. data type having size 2 or 4 bytes