Computer Science, asked by broychowdhury75, 2 months ago

the output of (5,3) ​

Answers

Answered by laxmipargai2
3

Answer:

Write a java programming that will show output of your parents name and your School

Explanation:

Write a java programming that will show output of your parents name and your School

Write a java programming that will show output of your parents name and your School

Write a java programming that will show output of your parents name and your Schooh

Answered by anjaliom1122
0

Answer:

The output is : -2

Explanation:

As we can see there is an unary minus operator before the integer 5, so first5 will become -5, then the operation-5 modulo 3 will be carried out and the remainder will be calculated and the ans will be -2.

The above expression will be more clear if it is written in the form (-5) %3 .

Visit C++ Operator Precedence for more about operator precedence and associativity.

Similar questions