This is a complete C language program that builds and shows Turbo C Compiler User Interface. Turbo C is an integrated development environment (IDE) and compiler for the C programming language developed by Borland company back in 1987.
This C program is developed by using graphics library which is a built in graphics library in Turbo C IDE.
This C program uses line()
function to draw the lines and setcolor()
function to change the colors of different items.
The function outtextxy()
is used to draw text at different locations.