- Define string. How elements of the string can be accessed, explain with examples.
- What is the role of string handling in C? Where we use strcat( ), strlen( ) and strcmp( )?
- Explain the various string manipulation functions with example.
- What is array of string? Can array of strings be treated as two dimensional array? If so illustrate with at least one example.
- What is the difference between array of integer and string?
- Describe the limitations of getchar( ) and scanf( ) function for reading the string.
- What are the advantages of using the string instead of using the set of characters?
- List out the various character manipulation functions along with an example.
No Comments