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 Mike Lewis 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: raghu345
  • Order by date
  1. raghu345

    pointer to an array in a function

    I thought you wanted to pass a charcter pointer to a sub-function, assign values to it & print it back in the main function. Please find below a sample function which achieves the same. [code] #include <stdio.h> #include <malloc.h> void get(char **p) { unsigned int i; char *q; q=*p...

Part and Inventory Search

Back
Top