ismailov-e
Member level 1
- Joined
- Jan 26, 2015
- Messages
- 34
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 295
Hi everybody!
I have this part of code:
How can i understand this syntax?
Is it mean that "write_pointer" is taking value of " NUMBER_OF_INPUT_WORDS-1" by the way it is checking equality?
I have this part of code:
Code:
if (write_pointer <= NUMBER_OF_INPUT_WORDS-1)
Is it mean that "write_pointer" is taking value of " NUMBER_OF_INPUT_WORDS-1" by the way it is checking equality?