Modern C Quick Syntax Reference A Pocket Guide to the Language, APIs, and Library

Discover how C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies in this condense...

Full description

Bibliographic Details
Main Author: Olsson, Mikael
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:2nd ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 1 Hello World
  • 2 Compile and Run
  • 3 Variables
  • 4 Operators
  • 5 Pointers
  • 6 Arrays
  • 7 Strings
  • 8 Conditionals
  • 9 Loops
  • 10 Functions
  • 11 Typedef
  • 12 Enum
  • 13 Struct
  • 14 Union
  • 15 Type Conversions
  • 16 Storage Classes
  • 17 Constants
  • 18 Preprocessor
  • 19 Memory Management
  • 20 Input Handling
  • 21 Headers
  • 22 Strings and Numbers