6 2
The division of two number is:3
-5 5
The division of two number is:-1
Program
#include <stdio.h> int main() { int a,b,c; scanf("%d%d\n",&a,&b); c=a/b; printf("The division of two number is:%d",c); return 0; }
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.