Postfixed
Перевод слова "postfixed" на Русский язык
postfix
Глаголpostfixed
Прошедшее простое время
UK
/ˈpəʊst.fɪks/
US
/ˈpoʊst.fɪks/
postfix
postfixes
postfixed Прошедшее простое время / Причастие прошедшего времени
postfixing Герундий
The programmer decided to postfix the variable to simplify the code.
Программист решил постфиксировать переменную, чтобы упростить код.
postfixed
ПрилагательноеUK
/ˈpəʊstfɪkst/
US
/ˈpoʊstfɪkst/
postfixed
The postfixed notation is often used in computer science.
Постфиксная нотация часто используется в информатике.
Опеределения
postfix
ГлаголTo 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
ПрилагательноеUK
/ˈ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 +".