Day 9 : C++ Language | Strings
Mehfila A Parkkulthil

Mehfila A Parkkulthil @mehfila_parkkulthil_23

About: I love coding . I am here to learn and share my experience being a coder.

Location:
Bangalore,Karnataka , India
Joined:
Dec 3, 2024

Day 9 : C++ Language | Strings

Publish Date: Mar 11
0 0

String

A string is a data type. It represents a sequence of characters, like letters, numbers, or symbols, typically enclosed in quotation marks (e.g., "hello" or '123').

Strings are widely used to store and manipulate text in programming.

Instance: 

string name = "Mehfila "

strings are always written in double quotes.

"Mehfila" is a string (data type)
 name is the variable in which Mehfila is stored.

Enter fullscreen mode Exit fullscreen mode

Previous Blogs

Comments 0 total

    Add comment