# Pre-processor command
Functions ()
Variables _x
" Statements and Expressions "
// Comments
#include <stdio.h> //Pre-processor Command
int main() //Function
{ printf("Hello World!");//Function and Statement
return 0;
}
Void - not gonna return
int - restricted to Integers
float - understand Real
char - "name" is all about
+ - * / % = == > < >= <=
and many more...