predict the output:
#includestdio.h
int main()
{
int i,n=10,sum=0;
printf("%d",n*(n+1)/2);
return 0;
}

Posted on by