Typedef - Programming

Q1:

Is the following declaration acceptable?
typedef long no, *ptrtono;
no n;
ptrtono p;

A Yes

B NO

ANS:A - Yes

No answer description is available. Let's discuss.