Across
- 4. ,Operator % in C Language is called?
- 9. What is the keyword used to declare a C file pointer.?
- 12. int a = 3.5 + 4.5 value ;of a?
- 13. which data type is called scalar
- 16. What is the first step in C program building process
- 17. who is father of c language
- 18. What is the ASCII value of NULL or \0.?
- 19. Which of the following characters returns the cursor to the left of the screen
- 20. which decision making statement is used for menu selection
Down
- 1. a variable that stores the memory address of another variable as its value.
- 2. function not returing any value in c
- 3. ,Where is a file temporarily stored before read or write operation in C language.?
- 5. The program that translates your code from a high-level language to the binary language is called
- 6. ,A function which calls itself is called a ___ function
- 7. function that returns length of string
- 8. the operator << in c
- 10. data type which store whole number in c
- 11. pictorial representation of algorithm
- 14. a collection of similar data elements stored at contiguous memory locations
- 15. entry point function in c
