Computer Science, asked by rabindradrm, 8 months ago

A STRING CONSTANT IS ENCLOSED WITHIN _______________.

Answers

Answered by YAJVIN09
1

Answer:

Double quotes " or single quotes '

Explanation:

Double quotes " or single quotes '

Answered by anindyaadhikari13
10

\star\:\:\:\sf\large\underline\blue{Question:-}

A string constant is enclosed within _____. Fill in the blanks.

\star\:\:\:\sf\large\underline\blue{Answer:-}

A string constant is enclosed within double quotes, "".

For example,

String s = "Hello"

This will create a string variable and the string is "Hello" written within double quotes.

Similar questions