Finding CB number


why is it not passing all testcases

will anyone reply to this?

@nirupama1

start<=len-1  // Wrong limit in for loop
start<=n-len    //right

If this resolves your doubt mark it as resolved.