Define a variable.
59 Likes
A variable represents a memory location through a symbolic name which holds a known or unknown value of a particular data type. This name of the variable is used in the program to refer to the stored value.
Example:
int mathScore = 95;
Answered By
40 Likes
Explain the following:
Arithmetic expression
Differentiate between the following:
Arithmetical and Logical operator
Logical AND (&&) and Logical OR (II)
Distinguish between Prefix and Postfix operator