Vishesh Raghuvanshivisheshraghuvanshi.hashnode.dev·Oct 7, 2023StringsString Constants: String constants are declared using double quotes. They are initialized with the string literal inside the quotes. Individual characters within a string constant can be accessed using the [] operator. String constants are immutable ...7 likesC ProgrammingStrings