C programming is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C is the most widely used computer language. It keeps fluctuating at number one scale of popularity along with Java programming language, which is also equally popular and most widely used among modern software programmers.
C programming language is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Software Development Domain. I will list down some of the key advantages of learning C Programming:
- Easy to learn
- Structured language
- It produces efficient programs
- It can handle low-level activities
- It can be compiled on a variety of computer platforms
- C was invented to write an operating system called UNIX.
- C is a successor of B language which was introduced around the early 1970s.
- The language was formalized in 1988 by the American National Standard Institute (ANSI).
- The UNIX OS was totally written in C.
- Today C is the most widely used and popular System Programming Language.
- Most of the state-of-the-art software have been implemented using C.
LEARNING THE C PROGRAMMING LANGUAGE AND ITS APPILICATION
- This repository comprises of task compilation of my learning in C programming language with ALX program
- 0x00 : Hello, World.
- 0x01 : Variables,if,else,while.
- 0x02 : Functions, nested loops.
- 0x03 : Debugging.
- 0x04 : More Functions and nested loops.
- 0x05 : Pointers, arrays and strings.
- 0x06 : More pointers, arrays and strings.
- 0x07 : Even more pointers, arrays and strings.
- 0x08 : Recursion.
- 0x09 : Static libraries.
- 0x0A : argc, argv[].
- 0x0B : Malloc, free.
- 0x0C : More malloc, free.