I want to know if $^nC_r$ is not defined when $r>n$ or is it just equal to 0?
By its definition, we know that, $^nC_r$ is the number of ways of selecting $r$ things out of $n$ distinct things, in this manner, $^nC_r$ should be equal to 0.
But, by looking on its mathematical statement, i.e., $^nC_r$ = $\frac{n!}{r!(n-r)!}$, so if $r>n$, then $(n-r)!$ will not be defined resulting in $^nC_r$ being undefined.
So, What is the correct way to look at this?