Computer Science, asked by amanyadavji7982, 7 months ago

String values are enclosed in *

Single or double quotation marks

Parentheses ( )

Square brackets [ ]

Curly brackets{ }

Answers

Answered by ekamjotkaur8055
0

Answer:

("Hello")

Explanation:

String values are written like this:-

Eg. The string is Hello

It will be written as

("Hello")

Answered by shashwatsingha
0

Answer:

Depends on the language you use In java,c,c++ strings are included in double quotes whereas in python is enclosed within single,double and triple quotes

Explanation:

A string is an array of characters

Similar questions