please provide coding for C programming : consider an integer which takes output as 1 or 0's only.rearrange the integer such that all 0's are preceded by all 1's in that integer. Sample input :01001110011 Output: 00000111111