Pascal is a high-level language developed by Niklaus Wirth in the late 1960s. The language is named after Blaise Pascal, a seventeenth century French Mathematician who constructed one of the first mechanical adding machines. Pascal is best known for its affinity to structured programming techniques. The nature of the language forces the programmer to design the programs methodically and carefully.
Pascal training will take the candidate from a low to a moderately high level of Pascal programming. Both C and Pascal are considered as High level programming languages. They use English type statements that are converted to machine statements which are executed by computers. C and Pascal programs are simple text files containing program statements. It offers features like records, enumerations, sub ranges, dynamically allocated variables with associated pointers and sets.