Which of the following constants would have the data type of string?
a. “Hello There”
b. “123”
c. “true”
Selected: d. all of the above This answer is correct.
Correct. Any group of characters enclosed within quotation marks is considered to have data type string.