If you want to print nothing for foo[0] , then assign the foo[0] with '\0' ,

if you want to print 'b' in foo[0] , then do the shift operation using a for loop. i

if your idea is to release...