C'Riddle

123456789101112
Across
  1. 2. Fork() function returned to newly created child process has _____ value
  2. 3. Technique used to create variable length member in structures.
  3. 7. # directive in C is also known as _________ operator.
  4. 9. The header file used for Unix like systems.
  5. 10. ________ is used to initialize pointer variable when the pointer variable is not assigned.
  6. 11. ________ is used to get the input , where it is a character variable/value.
  7. 12. ________ returns non zero, when there are no more data to be read from input file stream.
Down
  1. 1. Scope of variable in which complier throws an error when “&” is used with that variable
  2. 4. “%u” format specifier is used to display non negative_________ values.
  3. 5. ________ checks whether the character is control character and also take a single argument and return an integer.
  4. 6. _________ is one of the result function in C.
  5. 8. The term used for segmentation fault is ___________.