forgot to create 8 and 5 so gonna create 10 and 11, That time we learn about Struct. Struct is a group of variable inhabit one same place . Different from Array, struct variable can come from different types, not just homo-type.
- strcpy = Copy word from word A to B
- strcmp = Compare 2 word
- strcmpi = Same like strcmp but overlook capitalize letter
i think that just about it.