#include int main(int argc, char **argv) { int arr[255] = {2,3}; int capacity = 2; int i,j; for(i=4;i<255;++i) { int isPrime=1; for(j=0;j