#include<stdio.h>int main(){ int a,b,c,d; a=20; b=7; c=a%b; printf("c=%d \n",c); return(0); }
Standard input is empty
c=6
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!