this type of data can store a combination of numbers letters and special characters
Answers
Answered by
0
Explanation:
CHAR DATA type
The CHAR data type stores any string of letters, numbers, and symbols. It can store single-byte and multibyte characters, based on the database locale. The CHARACTER data type is a synonym for CHAR
Hope it will be helpful
Mark my answer as brainlist
THANK you
Answered by
0
Answer:
CHAR Data Type is used to store a combination of numbers letters and special characters.
Explanation :
- A variable's data type is the types of mathematical, relational, and logical operations that can be performed on it without producing an error are classified as data types in programming. Each data type has a different memory need and executes a different set of operations.
- In C, there are a few typical data types.
- Int - Used to store integer values.
- Char - Characters are stored in char variables.
- Float - Used to store decimal numbers with a single precision is the float type.
- Double - Double precision decimal integers can be stored using this type of storage.
CHAR Data Type :
- Any string of letters, integers, and symbols can be stored in a CHAR data type. Depending on the database location, it can store characters in single-byte and formats.
- Character information is stored in a fixed-length field by the CHAR data type. Data can be a string of letters, integers, and other characters that are supported by the code set of your database system, whether they are single-byte or multibyte characters.
#SPJ2
Similar questions