Basics of C Programming

12345678910
Across
  1. 3. operator is used to assign value of one variable to another
  2. 5. this is used to store floating point values
  3. 7. This is used to perform operations on variables and values
  4. 8. standard input output file
  5. 9. These are used to make the code more readable
  6. 10. function used to accept input from the user
Down
  1. 1. function used to print something on output screen
  2. 2. This is used to store the value in it
  3. 4. This is used to store unchangable values
  4. 6. operators are used to determine the logic between variables or values