The translation from TTT into C involves many different problems. The first problem is lexical substitutions. The second problem of translation concerns syntactic transformations. Certain constructs in TTT have equivalent constructs in C, but with a different order of their tokens. The structures of high abstraction level of CTT operators must be converted into structures with more concrete level in C language. Finally, the SQL statements from the TTT language are translated into the C program. The TTT keywords are TESTCTT name, set, function,var, init, begin, end, and, or, mot, integer,bool, input, output. we list the TTT and corresponding C keywords.