Computer Science, asked by krutikavalanj99, 6 months ago

Integer fun(Node *p)
while(p not equals NULL)
print p-> data
p=p->next
End loop
Note:-what is the work of this function

Answers

Answered by gokulsonar955
0

Answer:

I don't know

Explanation:

please mark me as brainliest

Similar questions
Math, 3 months ago