#include #include #include int main(void) { int n=0; while(dup(1)!=-1)n++; printf("Size of FILE0 table is: %d.\n",n+3); exit(EXIT_SUCCESS); }