#include void generateGaps(unsigned long long int start,int count){ int counter = 0; unsigned long long int i = start; char str[100]; printf("\nFirst %d Gapful numbers >= %llu :\n",count,start); while(counter