the malloc need to return an address to which every cell is empty
but when we print malloc1[i] (which is the content of cell "i")
we get the value -431602080.00000 instead of empty or some thing like that

why is that?