Companies Home Search Profile

Learn C Programming with 100+ Practical Examples

Focused View

Shahram Taheri

15:25:49

16 View
  • 1. Convert an Integer Number to Binary.mp4
    07:30
  • 2.1 main.zip
  • 2. Create a Stack by using a structure.mp4
    20:10
  • 3.1 main.zip
  • 3. Free Preview Example Find the Max of each Row and Min of each Col in a Matrix.mp4
    15:27
  • 1. Variable Declaration in C.mp4
    05:53
  • 2. Data types in C.mp4
    05:32
  • 3. Input operation scanf function.mp4
    11:49
  • 4. Operators in C.mp4
    11:58
  • 5. Compiling, Linking and Running C Programs in Unix Linux OS.mp4
    04:11
  • 6. Compute the Area and the Circumference of a Circle.mp4
    04:28
  • 1. if-else statement examples Even or Odd - Positive, Negative or Zero.mp4
    08:53
  • 2. Selection Statement if-else Examples.mp4
    05:48
  • 3. Switch Statement.mp4
    03:39
  • 4. Switch Case Example.mp4
    05:59
  • 5. Repetition Structures in C while structure.mp4
    09:57
  • 6. Repetition Structures in C do-while & for structures.mp4
    10:23
  • 7. Multiplication table.mp4
    06:23
  • 8. Perfect Number.mp4
    11:44
  • 9. Measurement Conversion Table.mp4
    07:18
  • 10. Find Max, Min and the Average of N Numbers.mp4
    09:52
  • 11. Temprature Converation Table.mp4
    07:31
  • 12. Sum of Digits of a number.mp4
    07:29
  • 13. Reverse an integer Number.mp4
    07:50
  • 14. Nested If structure VS. Switch statement.mp4
    08:31
  • 15. Determine the Type of an Input Character.mp4
    06:12
  • 16. Simple Calculator.mp4
    08:43
  • 1. Functions in C (Part 1).mp4
    09:08
  • 2. Functions in C (Part 2).mp4
    05:44
  • 3. Why we use Functions - Factorial & Combination Problem.mp4
    10:42
  • 4. Function Example Prime Function.mp4
    08:12
  • 5. Function Example Find the Maximum.mp4
    07:22
  • 6. Function Example Swap Function.mp4
    02:46
  • 7. Recursive Function - Factorial function.mp4
    05:24
  • 8. Advanced Recursive Example 1.mp4
    06:28
  • 9. Advanced Recursive Example 2.mp4
    07:30
  • 10. Advanced recursive Example 3.mp4
    07:53
  • 11. Binary Search in C by 2 Approaches Iterative vs. Recursive.mp4
    21:40
  • 1. What are Pointers in C How to Use Pointers.mp4
    09:10
  • 2. Pointers in C - Basic Operation Example.mp4
    06:36
  • 3. Function Call by Reference in C- Function with Multiple Outputs.mp4
    10:27
  • 4. Dynamic Memory Allocation in C.mp4
    05:41
  • 1. 1-D Array in C with Examples.mp4
    20:25
  • 2. Roll a Die!.mp4
    11:37
  • 3. Compute the Summation of Two Matrices.mp4
    06:58
  • 4. Compute the Multiplication of two Matrices.mp4
    11:14
  • 5. Write a Function to Find the Maximum Element in an Array.mp4
    06:14
  • 6. Write a Function to Find the Maximum Element in an Array.mp4
    02:56
  • 7. Compute the Average of an Integer array by using a Function.mp4
    06:18
  • 8. Write a Function to Count the Number of Even Elements in an array.mp4
    04:26
  • 9. Initialize an Array with Random Numbers.mp4
    08:48
  • 10. Count the Number of Occurrences of X in an Array.mp4
    06:12
  • 11. How to return an Array as the return value of a Function.mp4
    08:16
  • 12. Reverse an Array in Place.mp4
    06:59
  • 13. Merge two Sorted Array by using a Function.mp4
    18:41
  • 14.1 main.zip
  • 14. Create a 2-D array with Dynamic Memory Allocation Technique..mp4
    07:55
  • 15.1 main.zip
  • 15. Compute the Mirror of an Image.mp4
    07:01
  • 1. Strings as a 1-D Array of Characters + Several Examples.mp4
    32:32
  • 2. Array of Strings.mp4
    09:09
  • 3. Dynamic Memory Allocation Example String Concatenation.mp4
    14:41
  • 4. Sort an Array of input Strings Alphabetically.mp4
    11:47
  • 5. Modular Approach for the Previous Example.mp4
    10:44
  • 6. Reverse the content of an Array of Strings by using a Function.mp4
    06:16
  • 7. Compute the Length of a String.mp4
    09:46
  • 8. Compare 2 Strings.mp4
    13:43
  • 9. Convert an Integer Number to String.mp4
    13:17
  • 10. Function to Convert Decimal to Binary.mp4
    09:01
  • 11. Function to Convert Decimal to Hex.mp4
    11:39
  • 12. Integer to Ascii Function.mp4
    10:15
  • 1. Parallel Arrays + Introduction to Structure in C - part 1.mp4
    26:18
  • 2. Parallel Arrays + Introduction to Structure in C - part 2.mp4
    05:16
  • 3. How to pass a structure as an Input Argument to a Function.mp4
    04:30
  • 4. Pointer to a Structure.mp4
    07:53
  • 5. Structure as the Function Return Type.mp4
    05:53
  • 6. Extracting information from a String and Store them in a Structure.mp4
    03:21
  • 7.1 main.zip
  • 7. A Complete Example Read, Compute and Sort the Records of N Students.mp4
    19:55
  • 8.1 main.zip
  • 8. Points in 2-D Cartesian Coordinate System.mp4
    08:31
  • 9.1 main.zip
  • 9. Compute the Distance between 2 Points in a 2-D Coordinate system.mp4
    11:23
  • 10.1 main.zip
  • 10. Points in 2-D Cartesian Coordinate system Part 3.mp4
    06:33
  • 11.1 main.zip
  • 11. Stack Application Example Balanced Expression.mp4
    13:23
  • 1. File Input Output in C.mp4
    15:29
  • 2. File IO Examples.mp4
    10:51
  • 3. Write Structures into a File in C.mp4
    12:51
  • 4. How to Read Some Records from a File in C.mp4
    10:24
  • 5. Reading & Writing Records frominto a Binary File.mp4
    10:39
  • 6. Write some Records in a Binary File and Restore them.mp4
    06:46
  • 1. Shuffle a Deck of Cards.mp4
    30:11
  • 2. Card Game.mp4
    09:59
  • 3. Linked List in C - Create a linked list and print it.mp4
    30:35
  • 4. Delete a Node from a Linked List.mp4
    18:24
  • 5. User Defined Header Files- Stack Library.mp4
    32:01
  • Description


    Includes advanced topics such as Pointers, Structure, I/O Files, Command Prompt Arguments and a lots more topics

    What You'll Learn?


    • Understand the fundamentals of the C Programming Language
    • Understand variables and the different data types
    • Control Flow - if | if-else | switch-cases
    • Strings - Creating, Reading, Manipulating & Printing
    • Make yourself more marketable for entry level programming positions
    • Functions - declaration | definition | usage
    • Recursion - Concept | Usage
    • Loops - while | do-while | for
    • 2D Arrays - Matrices
    • Tens of Practical Solved Examples

    Who is this for?


  • C students in College/University, Everyone who is willing to start learning computer programming
  • What You Need to Know?


  • Introductory information about the programming language
  • More details


    Description

    This course has been optimized to meet the requirements and demands of students eager to learn the C Programming Language most easily and attractively. Including handpicked coding materials and tens of exercises with full video solutions - this bestseller course is expected to provide you with everything you need to get started (for beginners) as well as provide you with beneficial knowledge if you're working in the High-tech industry (especially in the Embedded, Microcontrollers, Cyber, and other domains).

    Who's this course for?

    1. C students in college/university. It has been optimized to meet the needs of the beginner students.

    2. High-tech employees, especially but not limited to, at the Embedded Systems, Microcontrollers, and Cyber Security domains.

    3. Absolute beginners and hobbyists who want to get the first taste of programming using the c language.


    So if you belong to one of these - then I think you're going to LOVE this course!


    What is C Programming Language?

    C Language is the “mother” of all programming languages.

    C first appeared almost 50 years ago and has been used for the development of:

    • Operating Systems - C as its core.

    • Core parts of famous databases (such as Oracle and MySQL) - Yes, even MySQL was developed using C.

    • Cyber-Systems

    • Smart Homes & Smart Cities

    • Systems including Sensors and Micro Controllers (especially in Embedded Systems) - Common usage to programming an MCU using C Programming Language. ( If you are interested in C application, please check my course, "Learn 8051 Embedded System Design by 100 Practical Projects!"

    Also, if you're familiar with Python Programming Language - then you better know that a lot of Python-efficient libraries are implemented in C.

    Who this course is for:

    • C students in College/University, Everyone who is willing to start learning computer programming

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category

    C++

    Shahram Taheri
    Shahram Taheri
    Instructor's Courses
    My name is Shahram Taheri, and I have a Ph.D. in Computer Engineering. Since 2019, I've worked as an assistant professor at Antalya Bilim University, Turkey. Also, I worked as a faculty member in the Computer Engineering department at Azad University, Iran, from 2004 to 2012. I am the CEO of Milka Control Company, and my company has performed several automation projects for different home appliance manufacturers in Iran.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 89
    • duration 15:25:49
    • English subtitles has
    • Release Date 2023/12/28

    Courses related to C++

    Subtitle
    Practical C++14 and C++17 Features
    Subtitle
    C++ Design Patterns: Behavioral