SRM INSTITUTE OF SCIENCE AND TECHNOLOGY, Kattankulathur
School of Computing
21CSC201J – Data Structures and Algorithms
Topic: Introduction to Programming in C and Structure of C Program
Activity: Crossword Puzzle
3 4
5 6
7 8
9 10
11 12 13
14
15
16
Across Down
4. A named location in a memory, used to store a data 1. which built in function is used to read the data from
value keyboard?
7. pictorial representation of an algorithm 2. Pre-defined words in a C compiler
9. which decision making statement used for menu 3. Who is the father of C language?
selection 5. \n refers to ?
10. which function is used to print the output? 6. which operators are used to compare 2 quantities?
11. data type used to store whole numbers 8. data type that has no value
12. identify the operator: ++ 13. Program which converts the C program into machine
14. where does the execution of any C program begin? code
15. data types used to store real numbers
16. built in function used to find the square root