struct node { int data; struct node *next; } node ptr;
Not registered? Create an account
Forgot Password?
Already a registered user? Login