Typedef - Programming

Q1:

Are the properties of i, j and x, y in the following program same?
typedef unsigned long int uli;
uli i, j;
unsigned long int x, y;

A Yes

B No

ANS:A - Yes

No answer description is available. Let's discuss.