Yelp Interview Question
137 Interview Reviews |
Back to all Yelp Interview Questions & Reviews
Interview questions and reviews posted anonymously by interview candidates
Interview Question for Software Engineer at Yelp:
Helpful Question?
Yes |
No
Inappropriate?



0 of 1 people found this helpful
by MiKL~:
{
previousPtr=tempPtr=p->ptr; // reverse the link and save
p->ptr=p;
p=tempPtr;
}
head->ptr=null;
head=previousptr;