C++ String front()This function is used to reference a first character of the string. SyntaxConsider a string str. Syntax would be: ParameterThis function does not contain any parameter. Return valueIt is used to return a reference of the first character. Example 1Let's see the simple example. Output: 1 Example 2Let's see an another simple example. Output: j Example 3Let's see a simple example to modify first character using front() function. Output: Hello World Next TopicC++ Strings |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India