Tailpipe


noun
1.
an exhaust pipe located at the rear of a motor vehicle or aircraft powered by an internal-combustion engine.
noun
1.
a pipe from which the exhaust gases from an internal-combustion engine are discharged, esp the terminal pipe of the exhaust system of a motor vehicle
tailgate party

Read Also:

  • Tailplane

    noun 1. a small horizontal wing at the tail of an aircraft to provide longitudinal stability Also called (esp US) horizontal stabilizer

  • Tail-plane

    noun, Aeronautics (chiefly British) . 1. horizontal stabilizer.

  • Tailrace

    noun 1. the race, flume, or channel leading away from a waterwheel or the like. 2. Mining. the channel for conducting tailings or refuse away in water. noun 1. a channel that carries water away from a water wheel, turbine, etc Compare headrace 2. (mining) the channel for removing tailings in water

  • Tail recursion

    programming When the last thing a function (or procedure) does is to call itself. Such a function is called tail recursive. A function may make several recursive calls but a call is only tail-recursive if the caller returns immediately after it. E.g. f n = if n < 2 then 1 else f (f (n-2) […]

  • Tail recursion modulo cons

    programming, compiler A generalisation of tail recursion introduced by D.H.D. Warren. It applies when the last thing a function does is to apply a constructor functions (e.g. cons) to an application of a non-primitive function. This is transformed into a tail call to the function which is also passed a pointer to where its result […]


Disclaimer: Tailpipe definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.