Computer Science, asked by noorjuveria1, 4 months ago

c*=++b + a++ *b-- - ++a evaluate​

Answers

Answered by amityadav7246
1

Answer:

int b=5,a=7

c*=5+1 + 7*6-8+1

c*=41

c=c*41

Just Info -The Java, a computer programming language also known as Internet programming language, which was originally developed with name 'Oak' and was renamed as Java and released its 1st version on 23 May, 1995

Similar questions