answersLogoWhite

0

The value of the variable which is on the left side of the assignment operator. Example: a = 2

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which operator is used to determine if the operands are not exactly of the same value?

!= is the correct operator.


What is value of a 1903 Sovereign mounted in a ring?

Modified coins have no value as a collectible. Any value would be associated with the ring.


What is the value of your 1912 full sovereign ring?

Modified coins have no collector value. Any value would be associated with the ring.


What is the value of the IF field called?

Comparison operator


What is the Boolean operator that is appropriate to use?

Boolean is a type, not an operator and can have the value of either TRUE or FALSE


Explain the Difference between bitwise operator ' and ' and address operator ' and ' of pointer?

The bitwise logical operator and (&) calculates the bitwise logical and of two integral values. It is a binary operator.The address of (&) operator returns the address of the value to its right. It is a unary operator.The distinction between the two is one of context. The logical and operator will follow (and be preceeded by) a value, while the address of operator will follow an operator.


Can you increment the value of a variable by 2 using any increment operator?

There is no such increment operator in C language to increment the value of a variable by 2.An increment operator only increments the value by 1. however you can apply the increment operator twice to get an increment of 3. No: you cannot: ++(++a) won't compile. Yes. Example: a += 2; but += is not an increment operator, it's a shorthand of a=a+2; just like a++ is a shorthand for a= a+1


Which is the unary operator used to dereference a pointer and return the value stored in it?

The asterisk (*) operator dereferences a pointer and returns the value stored in the memory pointed to by the pointer.


What is i plus 1 operator in C plus plus?

The increment operator in C++ is defined by operator++(). All arithmetic types (char, int, float, double, long, short, long long and long double) and all pointer types except void* are supported by operator++(). User-defined types can overload operator++() to provide support where required. operator++() has two versions, prefix increment and postfix increment. Prefix increment behaves as one would expect, incrementing the operand by 1 and returning the modified value. Postfix increment also increments the operand, however, the return value is the pre-incremented value. To understand the difference between prefix and postfix, consider the following: int i = 0; int j = ++i; // i=1, j=1 int i = 0; int j = i++; // i=1, j=0


What is the value of a 1906 British gold plated Shilling?

Modified coins have no collector value.


What is the value of a 1955 gold dusted farthing 1955?

Modified coins have no collector value.


What is the value of a 1921 British Penny gold plated?

Modified coins have no collector value.