Across
- 1. this indicates that the function will not return any value
- 3. & is _____ operator
- 5. this can terminate loop in c
- 8. function use to display values on screen
- 9. String values are store in which arrays?
- 10. what will force loop to start next iteration?
- 11. its value is address of another variable
Down
- 2. '%lf' is format specifier of which data type?
- 4. ____ variable maintain its value even when it is called out of its scope?
- 6. This operator will always return boolean value.
- 7. function use to join two strings _____
- 9. this variable's value can't be change
- 10. this is use to describe the program code
