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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fitzov
  • Content: Threads
  • Order by date
  1. fitzov

    linking strings

    Help a newbie out with this program: input--two strings from the user output--one string with memory allocated. for example: first and last name. Here is my code--I'm obviously confused. #include <stdio.h> #include <string.h> #include <stdlib.h> char add_strings (char *, char *); char...

Part and Inventory Search

Back
Top