This document provides an overview of embedded C programming for absolute beginners. It discusses the standardization of the C programming language and covers basic C concepts like data types, variables, comments, and the structure of a C program. Key topics include integer and floating point data types in C, the minimum and maximum ranges of standard integer types, and how comment syntax can be used to document code and provide notes. Examples of C's printf function and escape sequences are also presented.