Skip to content

zee100100/c-basics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Basics

The code in this repo reviews some basics of the C language. There are a number of source files, each of which can be compiled individually, as follows:

gcc --std=c99 main.c -o main
gcc --std=c99 pointers.c -o pointers
gcc --std=c99 allocation.c -o allocation
gcc --std=c99 strings.c -o strings

About

Reviewing basics of the C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%