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 SkipVought 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. Bucknut98

    accessing arrays

    thanks.. he he
  2. Bucknut98

    accessing arrays

    hello, had trouble compiling this program and don't know whats the matter........... #include<stdio.h> #define NMAX 100 double NextB( double B[], int *firstK, int *lastK, int n); int main() { double B[NMAX+1]; double maxB; int n, firstK, lastK, B[0] = 0.5; return 0; } and...

Part and Inventory Search

Back
Top