answersLogoWhite

0

What is the value of B?

Updated: 10/17/2024
User Avatar

Wiki User

14y ago

Best Answer

Hexadecimal B = Decimal 11. Otherwise, the question is too ambiguous.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the value of B?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the value - b if a 24 and b -6?

30


The value of b is half the value of c?

the answer is that c is double the value of b


What is the slope of a line that passes through a and b?

The slope is[ (y-value of 'b') - (y-value of 'a') ] / [ (x-value of 'b') - (x-value of 'a') ]


What is 2a plus b?

2a+b=2a+b. Without a value for a and b, the expression has no value.


Find the numerical value for a equals 7 plus b?

That depends what either the value of a or the value of b is.


What means a equals equals equals b in c language?

a b means return true if the value of a is equal to the value of b, otherwise return false. a = b means assign the value of b to the variable a.


What do you mean by a symmetric determinant in a and b and c?

It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.It means that if you substitute b for a, c for b and a for c the value of the determinant remains unchanged.


What is the greatest common factor of B B and B?

To answer that, you'll need to have a numerical value for the letters.


How do you write a program in C that variables change value with each other?

void main() { //variable declaration int a; int b; printf("\n Enter the first value"); scanf("%d",&a); printf("\n Enter the second value"); scanf("%d",&b); a=a+b; b=a-b; a=a-b; printf("\n After swap the value"); printf("\n value of A=%d",a); printf("\n value of A=%d",b); getch(); }


What is the answer for -b-28?

That depends what the value of b is.


What is 7 - b?

That depends what the value of b is.


How can you write the expression a plus b plus a-b in equivalent form not involving absolute value.?

The expression (a+b) + (a-b) can be rewritten as a + b + a - b = 2a.There is no need to use absolute value.