answersLogoWhite

0

What does character value mean?

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is value mean?

What does character value mean?


Does pride affect your personality or character?

Pride can affect your character. Character is what you value. Saying someone is spiritual or studious is describing their character and what they value. Your personality is how someone acts like outgoing or quite or comical. Pride can mean you take pride and value in yourself or something else- Character.


What worthy mean?

Worthy means having adequate or great merit, character, or value.


What is the binary code for B?

That depends what you mean by "B", and what you mean by "binary code" assuming that by "binary code", you actually mean a binary representation of it's ascii value, then the answer is 1000010. The ascii value of the character "B" is 66 in decimal, which is 1000010 is that value in binary. If on the other hand, you mean "what is the binary value of the hexidecimal number B?", then the answer is 1011.


What is null character?

A Null Character, is a control character with a value of zero.


What particular value of the main character do you like or do you not like Bread of salt story about bread of salt?

What character value of the main character do you or do you not like? Do you and the main character have similar or different attitudes? explain


How is mean character?

mean character means being rude to others.


What did Batman value?

He values character


What is difference between '1' and 1 in c plus plus?

1 is an integral integer type with the numeric value 1. '1' is an integral character type with the numeric value 49. That is, ASCII character 49 returns the symbol '1'. To convert an ASCII character in the range '0' to '9' to its integral numeric value, subtract character '0' from the character. ASCII character '0' has the numeric value 48, thus '1' - '0' = 49 - 48 = 1. To convert a numeric value in the range 0 to 9 to its ASCII character equivalent, add character '0' to the value. Thus 1 + '0' = 1 + 48 = 49 = '1'.


value?

A variable in Mathematics is defined as the alphabetic character that expresses a numerical value


What is the ASCII value of character M?

77


What do you mean by constant in c language?

Constant in C means the content whose value does not change at the time of execution of a program.There are several types of constants $ they are i>numeric->a.INTEGER b.REALii>character->a.SINGLE CHARACTER b.STRING.Hope this will help you.