Embed presentation
Download to read offline












Variables are memory locations that store data. They follow naming rules like being case sensitive and not including spaces or commas. There are different data types for variables like integers, characters, and real numbers. Constants are values that don't change, like numeric or character values. Keywords are reserved words in C that have special meaning to the compiler, there are 32 keywords. Comments are lines that are not compiled as code and start with // for a single line or /* */ for multiple lines.











