arr.length in cpp code example Example: c++ get length of array int arr[5]; int len = sizeof(arr) / sizeof(arr[0]); // returns 5