Skip to content

ChrisKatsaras/C-for-Beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-for-Beginners :octocat:

By: Christopher Katsaras

Small C programs to teach you the basics
alt tag

For best results, compile using:

gcc -Wall

Variable and filenames follow CamelCase standards

skeleton.c

Skeleton C program

helloWorld.c

Hello world program ##printingVariables.c First use of variables which includes declaring, assigning values and printing the values stored ##scanning.c Scanning and storing variables which include char, int and double data type. ##ifElse.c First use of if and else statments

forLoop.c

First and basic use of for loops

whileLoops.c

First use of while and do while loops

About

Small C programs to teach you the basics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages