C++ String operator[]()This function is used to get a character at position pos in the string. SyntaxConsider a string 'str' and character 'ch' at position 'pos'. Syntax would be: Parameterpos: It defines the position of character which is to be retrieved. Return valueThis function returns the character specified at position pos. Example 1Let's see a simple example. Output: C programs Example 2Let's see an another simple example. Output: 54321
Next TopicC++ Strings
|
JavaTpoint offers too many high quality services. Mail us on h[email protected], to get more information about given services.
JavaTpoint offers college campus training on Core Java, Advance Java, .Net, Android, Hadoop, PHP, Web Technology and Python. Please mail your requirement at [email protected].
Duration: 1 week to 2 week