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: borkut
  • Content: Threads
  • Order by date
  1. borkut

    receiving strings from keyboard and storing base address in array of pointers...

    void main() { char *names[6]; int i; for(i=0;i<6;i++) { scanf("%s",names[i]); } getch(); } i am writing this code and compiller is not giving any error.i am using dev c++.why error?

Part and Inventory Search

Back
Top