January 2025
Intermediate to advanced
752 pages
17h
English
8.1 Introduction
8.2 Declaration and Initialization of String
8.3 Display of Strings with Different Formats
8.4 String Standard Functions
8.5 String Conversion Functions
8.6 Memory Functions
8.7 Applications of Strings
Characters are the basic requirement of any program. A program contains statements and statements are built with words that has specific meaning to be understood by the compiler. In C language, a sequence of characters, digits and symbols enclosed within double quotation marks is called a string. The string is always declared as character array and its elements are stored in contiguous memory locations.
In other words, in C, a string is defined as an array ...
Read now
Unlock full access