Doing divide Using C language.
#include<stdio.h>
int main() {
int x ,y ;
printf("Enetr x: ");
scanf("%d", &x);
printf("Enetr y: ");
scanf("%d", &y);
printf("div. of x and y is : %d",x/y);
return 0;
}
My YouTube Channel ::
Thanks for visiting my Blog. Hopefully it helped you. Please check out more blogs for practice.
We will meet soon. bye. Jay Hind...
Comments
Post a Comment