Posts

C programming tutorial - Basics and History

C programming tutorial C Programming is an ANSI/ISO standard and powerful programming language for developing real time applications. C programming language was invented by Dennis Ritchie at the Bell Laboratories in 1972. It was invented for implementing UNIX operating system. C is most widely used programming language even today. All other programming languages were derived directly or indirectly from C programming concepts. This tutorial explains all basic concepts in C like history of C language, data types, keywords, constants, variables, operators, expressions, control statements, array, pointer, string, library functions, structures and unions etc. This C programming tutorial is designed for the new learners, students and also for the corporate level developers who want to  learn and refresh their C programming skills. The C programming language is a structure oriented programming language, developed at Bell Laboratories in 1972 by Dennis Ritchie C ...