Intersection between 2 sets means the elements that are common to both those sets. I read that at Wikipedia.
$\varnothing$ is the subset of every set but not an element of all the sets.
If $\varnothing$ is not an element of every set, then why is A intersection A' = null?
Edit: I just started reading sets. I had this doubt and I asked it. Sorry I might have done something wrong but please don't be angry at me.
Suppose A = {1,3,5} and U = {1,2,3,4,5} So A' = {2,4}. So why will A intersection A' = null, when null is not an element of any of the two sets (A and A')?