Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Syntax a.

The study of the rules whereby words or other elements of sentence structure are combined to form grammatical sentences. b. A publication, such as a book, that presents such rules. c. The pattern of formation of sentences or phrases in a language. d. Such a pattern in a particular sentence or discourse.

Compiler Computer Science A program that translates another program written in a high-level language into machine language so that it can be executed. InterpreterComputer Science A program that translates an instruction into a machine language and executes it before proceeding to the next instruction. Object Code The code produced by a compiler from the source code, usually in the form of machine language that a computer can execute directly, or sometimes in assembly language. Program a sequence of coded instructions fed into a computer, enabling it to perform specified logical and arithmetical operations on data

RESERVED WORD IN TURBO C auto double int struct break else long switch case enum register typedef char extern return union const float short unsigned continue for signed void default goto sizeof volatile do if static while

You might also like