Character Arrays

Let's say UDP.read has the parameters (x, y).

I want x to be 1 and y to be 0.

The lines say

char 1[0]
UDP.read(1, 0)

Is this correct?