Fun and easy crossword on C programming part 1 - ITVoyagers

12345678910
Across
  1. 5. goto statement is also known as which jump?
  2. 7. ____ variable maintain its value even when it is called out of its scope?
  3. 8. We cannot ____ variable in for loop's parameters
  4. 9. can also be use to create constant
  5. 10. String values are store in which arrays?
Down
  1. 1. '%lf' is format specifier of which data type?
  2. 2. While naming a variable no other special character is allowed expect .
  3. 3. C is called a ____ language
  4. 4. what will force loop to start next iteration?
  5. 6. This operator will always return boolean value.