typedef struct employee *ptr; struct employee { char name[20]; int age; ptr next; }
Not registered? Create an account
Forgot Password?
Already a registered user? Login