Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create Your Calculator: Learn C Programming Fast
503 students

Create Your Calculator: Learn C Programming Fast

Learn C Programming Basics Fast with this course
Created byGoh Ming Hui
Last updated 9/2018
English

What you'll learn

  • Develop their own Calculator

Course content

1 section18 lectures1h 36m total length
  • Getting Started5:11

    Begin your C programming journey by exploring basic concepts and choosing a simple development setup, such as Notepad or an integrated development environment, to write and compile code.

  • Hello World Software2:12

    Learn to create a hello world program in C by including standard libraries and implementing the main function to run your application.

  • Variables and Data Types6:15

    Learn about integer and double data types, declare and print variables with printf using %d and %f, and use newline and tab escape sequences.

  • Arithmetic Operators5:42

    Explore integer arithmetic in C programming by using addition, subtraction, multiplication, division, and modulo. Initialize integers and apply increment and decrement with proper printf formatting.

  • Rational Operators5:07

    Explore operators for comparison in C, using the boolean data type to evaluate true or false, with run examples for equal, not equal, less than, and greater than.

  • Logical Operators4:26

    Explore how the and operator and the or operator evaluate expressions with A and B, showing true results when both are true or when at least one is true.

  • Special Operators4:21

    Uncover how special operators work in C programming, focusing on integer operations such as division and modulo, with assignment and type adjustments to observe different results.

  • Array2:53

    Define and access an array in C programming, illustrating five values and indexing from zero to retrieve each element.

  • Array 21:10

    Learn how to write and initialize an array in C, and verify results by compiling and running code to observe array values.

  • String3:40

    Learn to declare and work with strings in C, print them with printf using %s, and compare strings to check equality.

  • Decision Making6:45

    Explore decision making in C programming by building conditional logic with if statements, using comparison operators and composite conditions, then compile and run examples to test outcomes.

  • Decision Making 25:58

    Explore decision making in C programming by debugging a calculator program, tracing execution with print statements and if statements to observe how errors are printed.

  • Loop7:06

    Explore loop constructs in C to print sequences and manage counters with for and while loops, printing numbers while the counter stays under 100 and using break when needed.

  • Loop 21:35

    Practice writing a C loop that prints numbers from 0 to 19, then compile and run, noting how semicolon placement and loop structure drive execution and cause an infinite loop.

  • Functions9:29

    Learn to define and reuse functions in C, pass arguments, and return results or use void functions, with examples of two-parameter calculations and simple function calls.

  • Put Everything Together - Create Your Own Calculator3:03

    Combine your C programming steps to build a simple calculator, then compile and run the program to see it work.

  • Put Everything Together - Create Your Own Calculator 211:17

    Put all core arithmetic operations together in C to build your own calculator, handling addition, subtraction, multiplication, and division, printing results and compiling the program.

  • Put Everything Together - Create Your Own Calculator 310:15

    Build a calculator in C programming using iterative improvements, add user prompts to continue, support arithmetic operations, and refine input handling with loops and conditionals.

Requirements

  • Computer Knowledge

Description

Why learn Programming?


According to Marbella International Universit Centre,


1. To get money

A software developer is the most in-demand job in the world. The world needs tons of software developers for data science, application development, and web development.


2. To become a better boss (or workmate)

You will need to work with programmers or manage them. According to experience, there is normally a big gap between business people and IT people.


3. To satisfy your curiosity

We are surrounded by all types of devices, and we are at all times using the programs and applications. Aren't you curious about how these work?


4. To automatize your daily tasks

Are you tired of doing repetitive tasks? Well, if you learn to program, you will be able t develop your own programs and applications to ease your daily tasks.


5. To improve your problem-solving and abstraction skills

When you learn to program, you improve your problem-solving and abstraction skills, and these skills are very important for many tasks in our personal and professional life.



This is the bite-size course to learn C Programming. You will learn C Programming very fast and You will create your own calculator very soon after learning the course.

Content

  1. Getting Started

  2. Hello World Software

  3. Variables and Data Types

  4. Arithmetic Operators

  5. Rational Operators

  6. Logical Operators

  7. Special Operators

  8. Array

  9. Array 2

  10. String

  11. Decision Making (IF statements)

  12. Decision Making 2 (Switch Statements)

  13. Loop (while loop, for loop, do-while)

  14. Loop 2 (while loop, for loop, do-while)

  15. Function

  16. Create Your own Calculator

  17. Create Your own Calculator 2

  18. Create Your own Calculator 3

Who this course is for:

  • Beginner Programmer curious in C Programming