What should be the output?



int main()
{
int a = 10/3;
printf("%d",a);
return 0;
}




Posted on by