What are variables?
What are variable types? How do they interact with variables?
How do we cast a constant or expression to another data type?
How do we declare variables? When do we declare them?
Boilerplate Code w/ Variable Declarations
How do we give values to variables?
Are constants the only thing we can assign to variables?
What’s the syntax of the printf
function?
How do we print %f
floats with *p
number of decimal points?*
How do we print multiple variables?
What is initialization?
Can we printf
expressions? What kind of expressions?