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