Predict the output of the following code
#includestdio.h
int main()
{
int i=4, j=10, k=15;
printf("%d",sizeof(k /= i + j));
printf("%d",k);
return 0;
}

Posted on by