C Basic Syntax – Statements, keywords, identifiers & comments Tutorial
In this C tutorial we learn what code statements are. We cover special reserved keywords in C and how to name our data containers, functions, macros and structures. Let’s jump right in. Statements A statement is a line of code that the compiler can execute. In C, a statement is usually on its own line … Read more