whats wrong with this code
K Append Challenge
it shows compilation error

u r not reading n
it still not working

here it should be
head=head->next;
also in while condition
it should be
head!=NULL
whats wrong with this code
it shows compilation error

u r not reading n
it still not working

here it should be
head=head->next;
also in while condition
it should be
head!=NULL