I've started learning the linked list concept. I've came across some code. It would be very helpful if somebody explain what happens with the code below. I've tried searching but couldn't find a proper answer.
struct node *new1;
new1 = (struct node*)malloc(sizeof(struct node));