What is the difference between inline and infix functions?
Inline Functions
Used to prevent the object allocations for the functions or lambda expressions that have been called.
Infix Functions
It is used for calling functions without any parentheses or brackets.
BY Best Interview Question ON 17 Aug 2020