Skip to content

jacksparrow414/hello-c

Repository files navigation

Learn C Language Project

what is the fundamental difference between source and header files in c?

what-is-the-fundamental-difference-between-source-and-header-files-in-c

compling multiple C files using gcc

example 1

gcc copy.c delete.c extension.c list.c your_app.c -o you_app

example 2

gcc struct_learn/book.c helloWorld.c -o helloWorld.exe

example 3 write a makefile, then run

make

C Standard Library Quick Reference

how to write makefile?

how-to-write-makefile

recommended books

  • The C Programming Language(Second Edition)

About

Learn C Language Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published