QUIZ-5-CP

12345678910111213141516171819202122
Across
  1. 4. storage class whose scope of variable is global
  2. 8. char str[]=”LENOVO”; strrev(str);printf(“%s”,str); OUTPUT:____
  3. 9. null statement consist of which symbol
  4. 10. address of operator (in words)
  5. 14. file handling functions stores in which library
  6. 16. which keyword used for default storage class
  7. 17. function prototype contains which parameters/ arguments
  8. 20. statement where value of expression is checked with label number of case
  9. 21. function which put a single character in opened file
  10. 22. name one of the jump statement fits as per the crossword
Down
  1. 1. number system which includes “0 1 2 3 4 5 6 7”
  2. 2. function used to close any file
  3. 3. string function used to compare two strings
  4. 5. getch() function stores in which library
  5. 6. value of null pointer
  6. 7. each element of structure is called as
  7. 10. function call contains which parameters or arguments
  8. 11. which variable stores address of another variable
  9. 12. array of characters is called as
  10. 13. asterisk symbol is which operator in pointer
  11. 15. string function used to copy the string
  12. 18. number 65 is which value of A
  13. 19. which loop is called as exit control loop
  14. 20. keyword used to create a structure
  15. 21. char w[]={ ‘a’ , ’b’ , ’c’ , ’d’ } ; size of string is