What is the output of the following C program main
()
{
int i=32,j=0x20,k,l,m;
K=i/j;
l=i&j;
m=k^l;
print f("%d%d%d%d",i,j,k,l,m);
The output of the following C program
main()
{
int i=32,j=0x20,k,l,m;
K=i/j;
l=i&j;
m=k^l;
print f("%d%d%d%d",i,j,k,l,m);
Output:-
32 32 32 32 0.