Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by a4524

  1. a4524

    I have a problem with a program of counting strings and show them ...

    This program should capture a n number of strings, and show it backwards. I am required to make it with pointers, and using malloc(). But I cannot make my first function works. Please help me!!. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <conio.h> int my_numbers(char...

Part and Inventory Search

Back
Top