Answer:
Its most likely the last one
Explanation:
But like, what kind of quesiton is this?
Answer:
The given statement is false statement.
Explanation .
- The assignment is assigning the value to the variable or we can say that it will also be used to initialize the variable The "=" is the symbol of the assignment operator.
int r=90, The value of variable 90 is assigned to 90.
- The associativity, of assignment, is always right to left which means The right-hand side is firstly evaluated then it will be assigned in left-hand side variable or expression.
Is it multiple choice ?<span />
Answer:
Functions with a boolean return type.
Explanation:
If the return type is boolean, the only possible values are true or false.