Postfixed
Translation of "postfixed" into Russian
postfix
Verbpostfixed
Past Simple
UK
/ˈpəʊst.fɪks/
US
/ˈpoʊst.fɪks/
postfix
postfixes
postfixed Past Simple / Past Participle
postfixing Gerund
The programmer decided to postfix the variable to simplify the code.
Программист решил постфиксировать переменную, чтобы упростить код.
postfixed
AdjectiveUK
/ˈpəʊstfɪkst/
US
/ˈpoʊstfɪkst/
postfixed
The postfixed notation is often used in computer science.
Постфиксная нотация часто используется в информатике.
Definitions
postfix
VerbTo add a suffix to the end of a word or phrase.
The programmer decided to postfix the variable names with '_temp' to indicate they were temporary.
postfixed
AdjectiveUK
/ˈpəʊstfɪkst/
US
/ˈpoʊstfɪkst/
Having a suffix or an affix added to the end of a word or base.
In the word 'happiness', the '-ness' is a postfixed element.
Written in postfix notation, with the operator coming after its operand or operands.
In Reverse Polish notation the expression is written as a postfixed string like "3 4 +".