Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
100+ C Programs for Beginners
Rating: 4.5 out of 5(32 ratings)
346 students

100+ C Programs for Beginners

Each program is explained clearly step by step. You will get a solid foundation in Coding [C Programming].
Created byCSxFUNDA TECH
Last updated 11/2018
English

What you'll learn

  • Able to write pseudo code for a given problem
  • Able to trace a C program for given input values
  • Able to write a C program for a given problem

Course content

5 sections192 lectures6h 36m total length
  • Program 1 - Problem Statement0:29
  • Program 1 - Explanation4:22
  • Program 2 - Problem Statement0:35
  • Program 2 - Explanation4:13

    Learn to determine a leap year in C by testing a year against a condition and looping every four years, noting February 29 days and outputting leap year or not.

  • Program 3a- Problem Statement0:35
  • Program 3a - Explanation3:27
  • Program 3b - Problem Statement0:37
  • Program 3b - Explanation3:53
  • Program 4 - Problem Statement0:33
  • Program 4 - Explanation2:27
  • Program 5 - Problem Statement0:48
  • Program 5 - Explanation2:45
  • Program 6 - Problem Statement0:42
  • Program 6 - Explanation2:25
  • Program 7 - Problem Statement0:31
  • Program 7 - Explanation3:59
  • Program 8 - Problem Statement0:32

    Write a C program to check whether the given name bait and switch fight or not, using a modular machine operator with 10 outputs, and then check this solution.

  • Program 8 - Explanation3:03
  • Program 9 - Problem Statement0:37
  • Program 9 - Explanation2:27

    Explain how to write a simple C program to compute quotient and remainder using division and modulo operators, read inputs, and display results.

  • Program 10 - Problem Statement0:34

    Write a C program to determine if three given sides form a triangle by applying the triangle inequality, ensuring sum of any two sides exceeds the third.

  • Program 10 - Explanation3:13
  • Program 11 - Problem Statement0:49
  • Program 11 - Explanation3:59
  • Program 12- Problem Statement0:43
  • Program 12 - Explanation5:15
  • Program 13 - Problem Statement0:44
  • Program 13 - Explanation4:07
  • Program 14 - Problem Statement0:32
  • Program 14 - Explanation Part 12:19

    Demonstrate how to use ASCII values to print characters in C, show uppercase and lowercase codes, and illustrate printf-based display of characters and their numeric codes.

  • Program 14 - Explanation Part 22:50
  • Program 15 - Problem Statement0:32
  • Program 15 - Explanation2:40
  • Program 16 - Problem Statement0:32
  • Program 16 - Explanation4:40
  • Program 17 - Problem Statement0:50
  • Program 17 - Explanation2:03
  • Program 18 - Problem Statement0:42
  • Program 18 - Explanation2:31

    Program 18 explains how to determine the cross and Duffin point by evaluating conditional checks in a C program, using x and y signs to display the correct quarter.

  • Program 19 - Problem Statement0:30
  • Program 19 - Explanation1:53
  • Program 20 - Problem Statement0:37
  • Program 20 - Explanation3:37
  • Program 21 - Problem Statement0:40
  • Program 21 - Explanation3:41
  • Problem 22 - Problem Statement0:37

    Learn to write a C program to solve the problem statement, applying dynamic programming, and attempt the challenge on your own before reviewing the solution.

  • Program 22 - Explanation3:10

    Explains the concept of a geometric progression, its first term and common ratio, and how to compute the sum of the first n terms with a code example.

Requirements

  • Familiar with C programming
  • Any IDE which supports C

Description

This course is an early bird release. More programs will be added in the coming days

If you are familiar with C programming, but you are not able to understand or write C program for a given problem, then this course helps in improving your coding skills.

In this course, 100 + C programs of different levels are explained clearly with pseudo code and tracing with sample inputs . After solving 100+ C programs, you will get a solid foundation in Coding.


Each program is explained clearly in four steps

  1. Concept behind the problem is explained with examples

  2. Pseudo Code is explained

  3. Pseudo Code is traced for sample input

  4. Finally, complete C code is explained



Who this course is for:

  • Beginner in C programming who wants to improve his coding skills. This course is not for experienced C Programmers