C Quick Syntax Reference

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The C Quick Syntax Reference is a condensed code and syntax reference to the popular C programming language, which has enjoyed some resurgence of late. C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to, for instance, wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies. This book presents the essential C syntax in a well-organized format that can be used as a quick and handy reference.

You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C programmer.

In the C Quick Syntax Reference, you will find:

  • A concise reference to the C language syntax.
  • Short, simple, and focused code examples.
  • A well laid out table of contents and a comprehensive index allowing easy review.

Author(s): Mikael Olsson (auth.)
Edition: 1
Publisher: Apress
Year: 2015

Language: English
Pages: 96
Tags: Computer Science, general

Front Matter....Pages i-xv
Hello World....Pages 1-2
Compile and Run....Pages 3-4
Variables....Pages 5-14
Operators....Pages 15-18
Pointers....Pages 19-20
Arrays....Pages 21-22
String....Pages 23-26
Conditionals....Pages 27-28
Loops....Pages 29-30
Functions....Pages 31-36
Typedef....Pages 37-38
Enum....Pages 39-42
Struct....Pages 43-46
Union....Pages 47-48
Type Conversions....Pages 49-50
Storage Classes....Pages 51-54
Constants....Pages 55-56
Preprocessor....Pages 57-62
Memory Management....Pages 63-66
Command Line Arguments....Pages 67-68
Headers....Pages 69-72
Back Matter....Pages 73-75