c programming

12345678910
Across
  1. 5. operator to compare two quantities
  2. 6. exit controlled loop in c
  3. 8. operator with the least precedence
  4. 9. variable that holds address of another
Down
  1. 1. a user defined data type
  2. 2. %lf is the format specifier of which data type
  3. 3. what will force loop to start next iteration
  4. 4. graphical representation of logic
  5. 7. is also known as which jump?
  6. 10. multipath decision making with chain of ifs