The document outlines various topics related to arrays and strings in programming, including definitions, initialization methods, and examples. It covers one-dimensional and two-dimensional arrays, string handling functions, and character analysis functions. Additionally, it discusses preprocessor directives and string conversion functions, providing a comprehensive overview of these concepts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
PC Unit-3 Question Bank
The document outlines various topics related to arrays and strings in programming, including definitions, initialization methods, and examples. It covers one-dimensional and two-dimensional arrays, string handling functions, and character analysis functions. Additionally, it discusses preprocessor directives and string conversion functions, providing a comprehensive overview of these concepts.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
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 10.What are character/string conversion functions 11.List character analysis functions 12.Explain preprocessor directives with examples