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