Overview of String in C

A string is a sequence of characters that is treated as a single data item.character string are often used to build meaningful and readable programs.the common operations performed on character string include.

 Reading String

 Writing String

 Combining String Together

 Copying one String to Another

 Comparing String for Equality

 Extracting a Portion of a String

In this tutorials,we discuss on reading and writing operations in detail and with example.please click on next button to chnage the topic and read reading the string in c programming.

Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!