fsl4faisal -4 Newbie Poster
#include<stdio.h>
#include<stdlib.h>
#include<malloc.h>
#include<string.h>
//int bin(int,int,int*);
//int term;
int main()
{
 int *set;
 int num,*anum,j,i,k,term;
 printf(
Salem commented: useless, and 5 years too late as well -4