What is the output of the given code?
includestdio.h
int main()
{
int a,c;
a=2*5;
a=a%3;
c=a+9;
printf("%d",c);
return 0;
}

Posted on by