0

The result is the same but I want to know the difference of these two

struct NODE * n1 = (struct Node*)malloc(sizeof(struct Node));
struct NODE * n1 = malloc(sizeof(struct Node));

donong
  • 17
  • 6

0 Answers0