What is a character variable ?

1 Answer

Answer :

: A variable consisting only of letters and words is called a character variable. For example, in the case of letters, names , addresses, or letters, the color variable is used. In this case char is used before the name of the variable . For example- char n, char address, char des etc.

Related questions

Description : How can I create a special character in PHP from a variable?

Last Answer : answer:After playing around with PHP’s eval function for a while, I’ve concluding that doing what you’re trying to do is impossible. The problem is that ’\xAA’ is a single character. It can’t be split in to parts in the same way that the Unicode character ‘a’ can’t be split into parts.