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 strongm 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: *

  1. sanman10535

    String program help

    I have to write a function char *string_replace (char *s, char c, char r) that replaces every instance of character c in string s with character r, and returns the resulting string. I have created the following main function to test my program. I can change the values sent to the function...
  2. sanman10535

    Help with pointer and array questions

    I have to find the error in the following code segments and fix it. Explain every error and assume the following has already happened, int *zPtr; int *aPtr = NULL; int number, i; int z [5] = {1, 2, 3, 4, 5}; zPtr = z; (a) number = zPtr; /* use pointer to get the first value of the array */ (b)...

Part and Inventory Search

Back
Top