Select the correct answer.

Salim recently bought a television from an electronic goods store. He requested the manager of the store to deliver the television to his home address. The manager agreed and stored Salim's home address on his online portal. Which data type does the processor use to store Salim's home address?

A. arrays
B. integer
C. floating point
D. character
E. string



Answer :

Final answer:

Salim's home address is stored using the string data type on the manager's online portal.


Explanation:

String data type is used to store Salim's home address on the manager's online portal as it consists of a combination of letters and numbers. In the context of data types, Salim's home address would be stored as a string because it is alphanumeric. A string can hold characters like letters, numbers, and special characters together in a sequence.


Learn more about Data types in computer programming here:

https://brainly.com/question/19037352