Any need of constructor

What if i dont use a parametrised constructor to initalise the data for node.
If i use int *ptr=new node;
ptr->data=value;
ptr->next=NULL;
\in insert at head function

@akshatkaush
hello akshat.
that is also correct.