Sorry! Posting Assignment is allowed only for commercial accounts.
#includestdio.hint main() { int a=7.5; int b=3; printf("%d",a%b); return 0;}