unlimitid contects for sms markitin||make contect list in c languge




     Contect list in txt file

code for dev++

#include<stdio.h>
#include<conio.h>
#include<stdlib.h>

int main()
{
int i,j,num=1000;
FILE *fptr;
fptr=fopen("list zong number2234.txt","w");
for(int i=0;i<=8998;i++)
   {
    num=num+1;
   
fprintf(fptr,"+92313136%d,\n",num);

   }
   fclose(fptr);
}

steps:

  1. copy this txt and paste on your dev++
  2. press F11 
  3. then open folder 
  4. open the txt file