welcome to the series of C programming tutorials
I request not to post questions or anything in this thread, as it will only disrupt the flow and co-ordination of the tutorials.
OK everyone, this tutorial is basically designed for programmers, basically new to computing or new to "The C-Language".
So now let us get started with the C.
History of C
- C language was developed by Dennis Ritchie in early 70s at the Bell Laboratories for Unix operating system.
- C is a procedural language.
- C was influenced by B, ALGOL, FORTRAN and Assembly.
- C influenced most of the modern world programing languages which include the mighty C++ and Java as well.
p.s : These tutorials will be based on DevC++ IDE and on Windows platform
you can download DevC++ from here