What is the result

Report a typo

Given the following code:

int a = 300;
int b = a++;
int c = --b;

What is the value of the variable c?

Select one option from the list
___

Create a free account to access the full topic