YESHWANTRAO CHAVAN

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