Supratim Samantray

136
reputation
9
while (aboutme){
    printf("%s", aboutme->data);
    aboutme = aboutme->next
}