c language UT23

12345678910111213141516171819202122232425262728293031
Across
  1. 1. Identify the name of operator: *ptr
  2. 4. What is the meaning of % in c language.
  3. 8. main() is ____ function.
  4. 9. Declartion of predefine function contains.
  5. 12. Operating system is design by using C-language.
  6. 15. Container which stores the data.
  7. 16. Which data type is called scalar.
  8. 17. Which decision making statement is used for menu selection.
  9. 20. '%u' is used for
  10. 22. Represent null value in c language.
  11. 24. Execution of c program starts from.
  12. 25. Which character returns the cursor to the left of the screen.
  13. 26. Which type of constant value will store by Data type double and float.
  14. 27. '\n' is used for.
  15. 29. A variable that stores the memory address of another variable as its value.
  16. 30. Name the function which is used to hold the output screen.
  17. 31. The program that translates your code from high level language to binary language is called
Down
  1. 2. Name the function to create contiguous memory dynamically in c-language.
  2. 3. In the C language ‘a’ represents.
  3. 5. Father of c-language.
  4. 6. An Ampersand before the name of a variable denotes __ in c language.
  5. 7. What is the ASCII value of NULL or \0.?
  6. 10. What is the meaning of >> in c-language.
  7. 11. The loop in which condition is checks at starting is known as
  8. 13. In C-language a = a-1 means.
  9. 14. Loop which is known as as exit control loop.
  10. 18. Which data type is used to store date.
  11. 19. Function that returns length of string.
  12. 21. Function use to join two strings.
  13. 23. Which operator is used to define pointer variable.
  14. 28. data type which store whole number in c.