ROUND 2 :TechPuzz

12345678910111213
Across
  1. 2. ____function is necessary to exist in each & every program in C
  2. 4. The bitwise AND operator is used for______
  3. 6. Elements of the array are accessed by_____
  4. 9. _______.h Which header file uses gets()?
  5. 10. ____is more appropriate for reading in a multi-word string
  6. 12. _______ is aninformal high level description of an algorithm in english is called
  7. 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. 1. To develop which operating, C language was invented?
  2. 3. An Ampersand before the name of a variable denotes
  3. 5. _________ is the default C Storage Class for a variable.?
  4. 7. The operator && is an example for ___ operator.
  5. 8. ______function is used to compare strings in C
  6. 11. The ___ is used to break out of the case statements.