Strings Posted on November 10, 2016 by admin A string is a collection of characters and consider as a single data item. The string example is as follows: “Jalandhar” It is a string every string is inserted in the double quote. e.g: printf(“Jalandhar”); And it will print: “Jalandhar” String declaration and initialization Prints the string on screen String handling functions