Search results

  1. F

    I have a c++ code but i'm not sure how to convert it in c.?

    Can someone please help me to convert this c++ code into C? void delete_end_node() { node *temp1, *temp2; if (start_ptr == NULL) cout << "The list is empty!" << endl; else { temp1 = start_ptr; while (temp1->nxt != NULL) { temp2 = temp1...
  2. F

    Good news: Margarito gets license. What do you think?

    Finally my idol Floyd Mayweather Jr can sleep well since his nemesis Pacman will be fighting this guy. And I won't be surprised if my smart idol will come out of retirement and announce his next opponent in Dubai as soon as Pac-Margacheata goes official... Oh and I hope my idol can use...
Back
Top