Across
- 4. In programming, repeating some code is usually called __________.
- 5. ____________ Operator add one in current value of variable.
- 8. #include<stdio.h> here .h represent what?
- 9. Ternary operator is also know as ______________.
- 12. ________________ one of the DDL Command in SQL
- 13. Number which accept only zero and one is know as which number system?
- 14. When one loop is constructed within another loop it is called a ________ loop.
- 16. Computer understand only ___________ language.
- 18. Which of the following statement is used to skip a part of the loop?
- 19. Every string must be terminated by character.
- 20. Plus operators is _________________ type operator.
Down
- 1. The two operators && and || are __________ operators.
- 2. Code which is created by programmer is know as which code?
- 3. SQL means Structure ___________ Language
- 6. An unary operator ! represents ___________ operator.
- 7. It is the one of the key in SQL
- 9. ___________ Processing Unit = CPU
- 10. A flowchart can also be defined as a diagrammatic representation of an _________.
- 11. Whenever a C program is executed, execution starts from _______ function.
- 15. #include<stdio.h> here std means Standard ______________ Output file
- 17. An error in the program is called _______.
