-->

Learn to code the on-demand coding Languages in an easy way. We help you understand programming concepts and coding Techniques Better.

Tuesday, January 19, 2021

How To Learn C Programming From Basics

This C Programming Language Tutorial will cover each and every Topic from Basics to Advanced.   


                                        


History of C Language: 

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:

Compiler Set-Up 

Concepts of  C Language:

1. What is C Language

2. Data Types

3. Variables

4. Operators

5. Control Statements

6. printf() and scanf()

7. Arrays 

8. Strings

9. Pointers

10. Functions

11. Structures

12. Unions

13.  Enum

14. typedef

15. File I/O

17. Command-line Arguments


                                                                  Next  Topic --->What  is C Language

No comments:

Post a Comment