C programming tutorial for professionals

Download free C language tutorial course in PDF, training file in 63 chapters and 342 pages. Free unaffiliated ebook created from Stack OverFlow contributor.

Table of contents

  • About
  • Getting started with C Language
  • Hello World
  • Original "Hello, World!" in K&R C
  • Comments
  • Commenting using the preprocessor
  • /* */ delimited comments
  • // delimited comments
  • Possible pitfall due to trigraphs
  • Data Types
  • Interpreting Declarations
  • Fixed Width Integer Types (since C99)
  • Integer types and constants
  • Floating Point Constants
  • String Literals
  • Operators
  • Relational Operators
  • Conditional Operator/Ternary Operator
  • Bitwise Operators
  • Short circuit behavior of logical operators
  • Comma Operator
  • Arithmetic Operators
  • Access Operators
  • sizeof Operator
  • Cast Operator
  • Function Call Operator
  • Increment / Decrement
  • Assignment Operators
  • Logical Operators
  • Pointer Arithmetic
  • _Alignof
  • Boolean
  • Using stdboolh
  • Using #de?ne
  • Using the Intrinsic (built-in) Type _Bool
  • Integers and pointers in Boolean expressions
  • De?ning a bool type using typedef
  • Strings
  • Tokenisation: strtok(), strtok_r() and strtok_s()
  • String literals
  • Calculate the Length: strlen()
  • Basic introduction to strings
  • Copying strings
  • Iterating Over the Characters in a String
  • Creating Arrays of Strings
  • Convert Strings to Number: atoi(), atof() (dangerous, don't use them)
  • string formatted data read/write
  • Comments
  • Operators
  • Strings
  • Compound Literals
  • Arrays
  • Enumerations
  • Standard Math
  • Selection Statements
  • Declaration vs Definition
  • Files and I/O streams
  • Pointers
  • Function Pointers
  • Pass 2D-arrays to functions
  • Undefined behavior
  • Preprocessor and Macros
  • Variable arguments
  • Generic selection
  • Aliasing and effective type
  • Inline assembly
  • Implicit and Explicit Conversions
  • Typedef
  • Declarations
  • Memory management
  • Atomics
  • Create and include header files
  • Side Effects
  • Constraints
  • Unions
  • Multithreading
  • Testing frameworks
  • Common C programming idioms and developer practices
  • Common pitfalls

It is a free C language ebook created for beginners. The content is extracted from Stack Overflow pltaform, which is written by many C language developers and contributors.

The content is released under Creative Commons BY-SA

Size : 2.38 MB
File type : pdf
Downloads: 255
Created: 2019-04-30

Others C language Tutorials

Download C programming Tutorial

Learning C Language eBook in PDF

C programming, C and C notes

Others related eBooks about C programming tutorial for professionals

Introduction to (Java Server Page) JSF

With this PDF tutorial you will learn how to write Your own JSF Components.Free training document for download....

Getting started with Xcode

Download free Xcode tutorial course in PDF, training file in 11 chapters and 49 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Interpretable Machine Learning

Download free course Interpretable Machine Learning, pdf file on 312 pages by Christoph Molnar....

Practical Artificial Intelligence Programming in Java, 3rd Edition

This book uses both best of breed open source software and the author's own libraries to introduce the reader to Artificial Intelligence (AI) technologies like genetic algorithms, neural networks, expert systems, machine learning, and statistical natural language processing (NLP). ...

Mastering iOS Game Development

iOS is an operating system for Apple manufactured phones and tablets. Mobile gaming is one..., download free Game Development tutorial in PDF (228 pages) created by Miguel DeQuadros ....

Think Perl 6

Want to learn how to program and think like a computer scientist? This practical guide get..., download free Perl 6 tutorial in PDF (466 pages) created by Laurent Rosenfeld ....

Financial Numerical Recipes in C++

Download free course Financial Numerical Recipes in C++, pdf file on 264 pages by Bernt Arne Ødegaard....

Exploring Swift

Swift is more than just a modern replacement for Objective-C. Ever since going open source..., download free Swift tutorial in PDF (94 pages) created by ....

Professor Frisby's Mostly Adequate Guide to Functional Programming

Download free course Professor Frisby's Mostly Adequate Guide to Functional Programming, pdf file on 146 pages by Brian Lonsdorf....

Introduction to Struts

This tutorial is an example using struts tiles ,free training document courses under 14 pages bu sasha wolski....