Skip to content

Code practice from Pluralsight course "C Programming Language Fundamentals" by Kenny Kerr

Notifications You must be signed in to change notification settings

georgecatalin-CodePractice-Courses/Learn-C-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn-C-Programming

Code practice from Pluralsight course "C Programming Language Fundamentals" by Kenny Kerr

Introduction 10m 2s

Welcome

History

What is C?

Adoption and Relevance

Getting Started

Variables 20m

Welcome

Variables

Names

Types

Declarations and Initialization

Storage and Visibilty

Demo: Compilation Model

Demo: Local Variables

Demo: Global Variables

Operators 11m 8s

Welcome

Arithmetic Operators

Relational Operators

Logical Operators

Bitwise Operators

Unary Operators

Assignment Operators

Precedence of Operators

Expressions and Statements 13m 51s

Welcome

Expressions

Statements

If Statements

Iteration Statements

Loop Jumping

Switch Statements

Demo: Expressions and Variables

Demo: Bool and If Statements

Pointers and Arrays 9m 24s

Welcome

Pointers and Addresses

Pointers and Variables

Defining Arrays

Arrays and Pointers

Functions and Structures

Welcome

Functions

Structures

Using Structures

Demo: Making a List

Demo: Using a List

Conclusion

About

Code practice from Pluralsight course "C Programming Language Fundamentals" by Kenny Kerr

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages