When i create the command-line tool project and run it without adding file i don't get the duplicate message
the code :
#include stdio.h
int main ()
{
int (a);
int (b);
int (i);
printf("Give a number");
scanf("%d",&a);
for (i=1;i=10;i++)
{
b=a*i;
printf("%d*%d=%d\n",a,i,b);
}
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: