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