CODE:
__________________________________________________________
#include(stdio.h)
#include
main()
{
int x,y,sub=0;
printf("Enter two number");
scanf("%d%d",&x,&y);
sub=x-y;
printf("substraction = %d ",sub);
getch();
}
__________________________________________________________
0 comments:
Post a Comment