ROUND 2 :TechPuzz
Across
- 2. ____function is necessary to exist in each & every program in C
- 4. The bitwise AND operator is used for______
- 6. Elements of the array are accessed by_____
- 9. _______.h Which header file uses gets()?
- 10. ____is more appropriate for reading in a multi-word string
- 12. _______ is aninformal high level description of an algorithm in english is called
- 13. Structured data type made up of a finite collection of ordered elements, all of which are of the same data type is______
Down
- 1. To develop which operating, C language was invented?
- 3. An Ampersand before the name of a variable denotes
- 5. _________ is the default C Storage Class for a variable.?
- 7. The operator && is an example for ___ operator.
- 8. ______function is used to compare strings in C
- 11. The ___ is used to break out of the case statements.