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