[chemical] INT or 2-(4-iodophenyl)-3-(4-nitrophenyl)-5-phenyl-2H-tetrazolium is a popularly used tetrazolium salt (usually chloride), similar to tetrazolium chloride that on reduction produces a red formazan dye that can be used for quantitative redox assays. == See also == ... Found on http://en.wikipedia.org/wiki/INT_(chemical)
[x86 instruction] INT is an assembly language instruction for x86 processors that generates a software interrupt. It takes the interrupt number formatted as a byte value. When written in assembly language, the instruction is written like this: where X is the software interrupt that should be generated (0-255). Depending on the context, comp... Found on http://en.wikipedia.org/wiki/INT_(x86_instruction)
basic signed integer type; its precision is implementation-defined, but an int has at least 32 bits. TC++PL 2.3.1, 4.4. Found on http://www.stroustrup.com/glossary.html