PC Unit-3 QB
1. Define array. Explain the basic concept of array.
2. How to initialize 1D array? Explain with example and write its uses.
3. Define 2-D array with its syntax and explain how to initialize 2-D array.
4. What are strings( 1D character array)? Explain with example.
(or)
5. Define string. How string is declared and initialized?
6. Explain string input/output functions with an example.
7. How do you declare and initialize a table of strings (2D character array)
8. How do you sort table of strings
9. What are string handlings functions? Explain all with the syntax examples
[Link] are character/string conversion functions
[Link] character analysis functions
[Link] preprocessor directives with examples