Across
- 1. C is ___ sensitive
- 2. In flow chart, decision statements are represented using _____ symbol
- 3. char x= 260; Is this valid/ invalid C statement ?
- 5. Which among these is not a storage classifier? a) enum b) extern c) static d) auto
- 7. There are ____ reserved words in C
- 10. _____ sets are Lexical elements of C
- 15. C is ______ dependent
- 16. To use bool type, header file is _______.h
- 18. Pre-processor directives load _______ functions
Down
- 1. Ternary operator is also called as ___ operator
- 4. C was invented by ______
- 6. output of C statement printf("%d",040);
- 7. Which of the following options are incorrect? a)int abc; b) int _abc; c) int 3abc;
- 8. To use a varable in C, it must be first ____
- 9. ___ is an outline of a program that is expressed in a naturally formatted language
- 11. C is _____ typed programming language
- 12. Built-in header files are enclosed in ___ brackets in C
- 13. _ data type consumes no memory
- 14. C program must have one _____ function.
- 17. _____ is smallest unit of C program
