C, C++ & C#

The C programming language is a popular and widely used general purpose programming language. It was developed in 1972 by Bell Telephones for use with the Unix operating system


Programmers around the world like C because it gives maximum control and efficiency to the programmer. There are few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, including C++, which started life as an extension to C.


The benefits from learning C are:
    * You will be able to read and write code for a large number of platforms
    * The jump to the object oriented C++ language becomes much easier. C++ is an extension of C, and it is difficult to learn C++ without learning C first.

C# combines the high productivity of Visual Basic and the raw power of C++.