This C Programming Language Tutorial will cover each and every Topic from Basics to Advanced.
C was invented and first implemented by Dennis Ritchie on a DEC PDP-11 that used the Unix Operating System. C is the result of a development process that started with an older language called BCPL. BCPL was developed by Martin Richards, and it influenced a language called B, which was invented by Ken Thompson. B led to the development of C in the 1970s.
C Is A Middle-Level Language:
C is often called a middle-level computer language. As a middle-level language, C allows the manipulation of bits, bytes, and addresses— the basic elements with which the computer functions. Despite this fact, the C code is also very portable. Portability means that it is easy to adapt software written for one type of computer or operating system to another type. For example, if you can easily convert a program written for DOS so that it runs under Windows 2000, that program is portable.
High Level | Ada, Modula-2, Pascal, COBOL, FORTRAN, BASIC. |
Middle Level | Java, C++, C, FORTH, Macro-assembler |
Low Level | Assembler |
In this tutorial, we are going to learn Concepts along with the Execution of Programs. To Execute our Program we need a compiler to run the code.
Click the below link to set up the Compiler:
Concepts of C Language:
2. Data Types
3. Variables
4. Operators
7. Arrays
8. Strings
9. Pointers
10. Functions
11. Structures
12. Unions
13. Enum
14. typedef
15. File I/O
Next Topic --->What is C Language
No comments:
Post a Comment