0% found this document useful (0 votes)
16 views1 page

Understanding Arrays and Strings in C

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.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
16 views1 page

Understanding Arrays and Strings in C

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.
Copyright
© © All Rights Reserved
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

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

You might also like