wgzhao / the-c-programming-language-2nd-anwser

The solution for The C Programming Language 2nd Edition By K&R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The C Answer

The project is a collection of my solutions to the exercises in the book "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie.

Environment

  • OS: macOS 14.2
  • Compiler: Apple LLVM version 15.0.0 (clang-1500.1.0.2.5)
  • Editor: Visual Studio Code 1.85.1
  • Extension: C/C++ Extension Pack 1.3.0
  • Formatter: clang-format 9.0.0

Chapter

  • Chapter 1: A Tutorial Introduction
  • Chapter 2: Types, Operators, and Expressions
  • Chapter 3: Control Flow
  • Chapter 4: Functions and Program Structure
  • Chapter 5: Pointers and Arrays
  • Chapter 6: Structures
  • Chapter 7: Input and Output
  • Chapter 8: The UNIX System Interface
  • Appendix A: Reference Manual
  • Appendix B: Standard Library
  • Appendix C: Summary of Changes
  • Appendix D: Bibliography
  • Appendix E: Index

About

The solution for The C Programming Language 2nd Edition By K&R


Languages

Language:C 100.0%