What is the output of the following program fragment. Choose appropriate data-types of variables to match output.
i=7;j=8;k=9;
printf(“%d”,(i+10)%k/j);