Computer Applications
State whether the following statement is True or False :
The expression p =- 9 is same as p = p-9.
Related Questions
State whether the following statement is True or False :
The new operator allocates memory during runtime.
State whether the following statement is True or False :
The statements n = 25 and n == 25 are same.
State whether the following statement is True or False :
The assignment operator (=) is a binary operator.
State whether the following statement is True or False :
The output of System.out.println(1==1); is true.