

InterviewSolution
Saved Bookmarks
1. |
This type of data can store a combination of number letters as special character |
Answer» CHAR DATA EXPLANATION:I think some mistake in your questionif there's a mistake in your questionthen it'll beWhich type of data can REPRESENT NUMBERS letter as well as special characters?One of the most widely used data types is a string. A string consists of one or more characters, which can include LETTERS, numbers, and other types of characters. You can think of a string as plain text. A string REPRESENTS alphanumeric data. |
|