Skip to content

Repository for C Programming for Beginners, Section 9, by Jason Fedin on Udemy.com

Notifications You must be signed in to change notification settings

SystemsScientist/C-Programming-for-Beginners-Section-09

Repository files navigation

C Programming for Beginners - Master the C Language

This repository contains the Examples, Exercises, and Solutions for Section 9 of C Programming for Beginners: Master the C Language by Jason Fedin, which covers functions, i.e., sub- routines or procedures, arguments and parameters, returning data from functions, and local and global variables.

See the following link for this course: C Programming for Beginners

C Programming for Beginners

Please note, this repository is currently a work in progress and will be updated over time.

In this repository, I incorporated Code::Blocks Integrated Development Environment (IDE) and the Vim text editor along with Git and GitHub into my workflow. I also used the Fedora 37 system in a VirtualBox environment to create, use, and manage directories and files as I worked through the section.

Please feel free to reach out to me at devildoc300@gmail.com if your have any questions or comments. In addition, feel free to utilize the source code for your consumption and edification.

~ Matt

Technical Notes and Considerations

To compile, build, and execute the Section 9 files and directories,

(1) click on the blue "Code" button above and click the
    "Download Zip" link, or
(2) copy the code and paste it directly into your preferred
    Integrated Development Environment (IDE), CLion, CodeLite,
    or Code::Blocks, for example, or your preferred text editor,
    Vim, Nano, or Emacs, for example, and either
(3) compile, build, and execute the files in your IDE, or
(4) use the following command-line script:

        $ gcc name_of_file.c -o main
        $ ./main

About

Repository for C Programming for Beginners, Section 9, by Jason Fedin on Udemy.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages