Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C Programming Language from Basics
Rating: 4.4 out of 5(5 ratings)
18 students
Created byAmdoor Srinivas
Last updated 6/2025
English

What you'll learn

  • Understand the concept of a program (a computer following a series of instructions)
  • Understand the concept of a loop – that is, a series of statements which is written once but executed repeatedly- and how to use it in a programming language
  • Be able to break a large problem into smaller parts, writing each part as a module or function
  • Be able to work with both character and numerical data
  • Understand the parts of a computer system and how they interact

Course content

8 sections66 lectures11h 16m total length
  • Introduction6:02
  • Introduction to C-Language15:33
  • 02-Flowcharts15:30
  • 03-Flowcharts-0212:49
  • 04-Flowcharts-0312:49

Requirements

  • Basics from mathematics

Description

C programming language is structured programming language. In this course I have explained the following concepts from C language:

1) C-Tokens, 2) Operators in C 3) Data types, variables, constants in C 4) Control statements( if, if else, for, when, case, switch)

5) arrays, pointers and strings 6) User defined functions 7) structures and unions 8) File management.

Computer languages 1) Low level language 2) High-level language

C is a general purpose programming language that is popular, simple and flexible to use. This language is used to design applications, embedded systems and web development. It used to write various application operating systems like windows, and other operating systems.

In this course I have explained programs using TURBO compiler.

The father of all programming languages is ALGOL. It was introduced in 1960.

In 1967 , a new computer programming language was announced called as BCPL.  In 1972, Dennis Ritchie created a new programming language called C.

It used to for compiler production and used in IOT applications.

features of C:

Simple and efficient, it is extensible, it is portable, It supports pointers and recursion.

It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support.

Who this course is for:

  • Beginners C program developers, any graduates from mathematics background