Across
- 3. In a programming…we follow the sequence of ____ then processing then output.
- 5. Size of integer datatype on a 32 bit machine
- 7. Block of code performs a specific task and can be invoked from any part of the program
- 11. What output will the following code display print(“Hello”)
- 14. What does the ++ operator in C++ is used for
- 15. IDE stands for Integrated ___________ Environment.
- 16. Which keyword is used to display output to the console in C++
- 17. Generic pointer also known as ____
- 19. The do-____ loop is also known as exit control loop.
- 20. The integer data type is used to store _______ in C++
Down
- 1. 1MB equals to ____ KB.
- 2. In python [1,2,3,4,5] is called as
- 4. Name given to a memory location and is the basic unit of storage in a program
- 6. Data type to store a text
- 8. “ // ” is used to ____ a single line C++
- 9. Which operator used to check if two values are equal or not?(==)
- 10. A type of function that doesn’t return a value
- 12. The keyword that terminate the loop is ____.
- 13. HTML/CSS are used to create backend for any website (RIGHT/WRONG)
- 18. Data type used to represent single alphabet