# Use quotation marks for defining string
"Michael Jackson"
We can also use single quotation marks:
# Digitals and spaces in string
'1 2 3 4 5 6 '
A string can also be a combination of special characters :
# Special characters in string
'@#2_#]&*^%$'
No comments:
Post a Comment