BASIC CONCEPT IN C

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