YESHWANTRAO CHAVAN
Across
- 6. Semantic error occurs when it is syntactically correct but has no ..................
- 8. ............. loops are also called as “loop inside loop”.
- 11. a computer is a programmable electronic device that accepts raw data as input and processes it with a set of ................. to produce the result as output
- 15. A value of type ............. consists of 32 binary digits, known to us as bits.
- 16. ............. statement terminates the smallest enclosing loop
- 17. In C Programming, the word escape sequences means to escape the character from the ............... of words and give special meaning to the escaped character
- 19. variable does not change its value during the execution of a program
- 21. The do while loop checks its condition at the ............... of the loop.
- 22. In C programming, variable is an identifier for a memory location for storing .......
- 24. Goto statement is the .............. statement
- 25. which is a non volatile memory
Down
- 1. if you want to skip iterations in which a specific condition is met, you can use the ........ statement.
- 2. shift operator requires two
- 3. carries out all the important functions of a computer
- 4. Programming errors are unidentified until the program is ...................
- 5. All programming languages enable the program to follow a certain course of action depending on whether a particular .............. is met
- 7. The Flowchart is the most widely used ……………… representation of an algorithm
- 9. .....Computer is a type of computer
- 10. Data types are the storage format to .............. a data.
- 12. An identifier is a .............. that identifies unique things.
- 13. ............... is an entry controlled loop
- 14. The ............. operator is sometimes called a ternary operator
- 18. The another name for set of instructions
- 19. Assembly Language consists of a set of instructions in a specific format called ..............
- 20. The inbuilt functions are located in some common location, and it is known as
- 23. If outer if statement fails, then the ............skips the entire block irrespective of their inner if statement.