answersLogoWhite

0


Best Answer

English has very few true infixes.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

1d ago

One way to use "infix" in a sentence could be: "In linguistics, an infix is an affix that is inserted into a word to create a new meaning or form."

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How to use infix in a sentence?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What actors and actresses appeared in Index of Infix - 2004?

The cast of Index of Infix - 2004 includes: Infix as Themselves


Give you 5 examples of infix?

give 5 examples of infix


Why do compilers convert infix expressions to postfix?

people almost exclusively use infix notation to write mathematical expressions, computer languages almost exclusively allow programmers to use infix notation. However, if a compiler allowed infix expressions into the binary code used in the compiled version of a program, the resulting code would be larger than needed and very inefficient. Because of this, compilers convert infix expressions into postfix notation expressions, which have a much simpler set of rules for expression evaluation. Postfix notation gets its name from the fact that operators in a postfix expression follow the operands that they specify an operation on. Here are some examples of equivalent infix and postfix expressions Infix Notation Postfix Notation 2 + 3 2 3 + 2 + 3 * 6 3 6 * 2 + (2 + 3) * 6 2 3 + 6 * A / (B * C) + D * E - A - C A B C * / D E * + A C * - Where as infix notation expressions need a long list or rules for evaluation, postfix expressions need very few.


What is the in the middle of prefixes and suffixes?

Infix


What is the meaning of infix?

To set; to fasten or fix by piercing or thrusting in; as, to infix a sting, spear, or dart., To implant or fix; to instill; to inculcate, as principles, thoughts, or instructions; as, to infix good principles in the mind, or ideas in the memory., Something infixed.


Difference between infix and interfix in English language?

An interfix is attached into two different morphemes while infix is inserted in the middle of one morpheme. Hence, interfix involves two different morphemes but infix involves a single morpheme


Which data structure is needed to convert infix notations to post fix notations?

stack is the basic data structure needed to convert infix notation to postfix


What are INFIXES?

An "infix" in an affix inserted into a word. While a "prefix" goes on the front of a word, and a "suffix" goes on the end of a word, an infix is placed within a word.


What are synonyms for transplant?

transfer, transpose, infix, displace.


What are the three kinds of affixes?

Prefix, suffix and infix


Write an algorithm in c to convert an infix expression to a postfix expressionexecute your algorithm with the following infix expression as your input. m nk pgh a bc?

An algorithm can not be written with the following infix expression without knowing what the expression is. Once this information is included a person will be able to know how to write the algorithm.


Who invented postfix and infix?

infix: old Egyptians/Assirs some thousands year before prefix: Jan Łukasiewicz (Polish Notation) postfix: Burks, Warren, and Wright (Reverse Polish Notation)