After searching online I found two ways to calculate the length of a C "String" [really character array]
C array length:
*(&arr + 1) - arr