Fundamentals of the C Language: Variables & Datatypes

C 17    |    Beginner
  • 13 videos | 1h 34m 15s
  • Includes Assessment
  • Earns a Badge
Rating 4.3 of 1115 users Rating 4.3 of 1115 users (1115)
The C programming language is statically typed, which means that all variables have an associated type specified in the code. The C compiler will rigorously check that values stored in these variables match the declared types. In this respect, C differs from popular languages such as Javascript and Python where the types of variables can be inferred at runtime. You will start this course by learning the basics of variables in C. Learn about the data types that can be stored in those variables and how to use arithmetic operators to perform mathematical operations between literals and on variables. Discover basic arithmetic operators, then progress to unary and assignment operators. Finally, explore relational and logical operators in C and discover how to use relational operators to compare two numbers, and logical operators such as AND, OR, and NOT to combine predicates.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Introduce variables in c
    Demonstrate limits on sizes of shorts, integers, and longs
    Differentiate between signed and unsigned variables
    Demonstrate variable conventions and syntax
    Compate variables and constants
    Perform math operations with arithmetic operators
  • Demonstrate the use of ==, !=, <, > relational operators
    Demonstrate how to check for equality between non-integral types
    Demonstrate the use of logical operators
    Demonstrate the use of pre- and post-increment operators
    Perform math operations on variables with assignment operators
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 1m 42s
  • 9m
    During this video, you will learn how to introduce variables in C programming. FREE ACCESS
  • Locked
    3.  Viewing Limits on Shorts, Integers, and Longs in C
    7m 47s
    Learn how to apply limits on the sizes of shorts, integers, and longs. FREE ACCESS
  • Locked
    4.  Exploring Signed and Unsigned Variables in C
    10m 28s
    During this video, you will learn how to differentiate between signed and unsigned variables. FREE ACCESS
  • Locked
    5.  Understanding Variable Conventions and Syntax in C
    8m 33s
    In this video, you will learn about variable conventions and syntax. FREE ACCESS
  • Locked
    6.  Understanding Variables and Constants in C
    10m 16s
    Learn how to compare variables and constants. FREE ACCESS
  • Locked
    7.  Using Arithmetic Operators in C
    8m 10s
    Learn how to perform math operations with arithmetic operators. FREE ACCESS
  • Locked
    8.  Using Relational Operators in C
    7m 10s
    In this video, you will learn about the use of the ==, !=, relational operators. FREE ACCESS
  • Locked
    9.  Performing Equality Checks for Floating-point Types
    9m 2s
    In this video, you will learn how to check for equality between non-integer types. FREE ACCESS
  • Locked
    10.  Using the and, or, and not Logical Operators in C
    7m 29s
    In this video, you will learn about the use of the logical operators AND, OR, and NOT. FREE ACCESS
  • Locked
    11.  Understanding the ++ Operator in C
    6m 51s
    Learn how to apply the use of pre- and post-increment operators. FREE ACCESS
  • Locked
    12.  Performing Math Operations with Assignment Operators
    5m 54s
    In this video, find out how to perform math operations on variables using assignment operators. FREE ACCESS
  • Locked
    13.  Course Summary
    1m 53s
    db6c3636-4aea-43b0-87c9-84ba2adb92a0 FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.6 of 47 users Rating 4.6 of 47 users (47)
Rating 4.4 of 11 users Rating 4.4 of 11 users (11)
Rating 4.3 of 51 users Rating 4.3 of 51 users (51)