Sorry! Posting Assignment is allowed only for commercial accounts.
#include<stdio.h> void main(){ int z; int z=4.3%2; printf("%d ",z); }