#include<stdio.h>
void main(){
    int z;
    int z=4.3%2;
printf("%d ",z);
}

whats the expected output??

Posted on by