#include<stdio.h>
#include<conio.h>
void main ()
{
int a=5,b=4,c;
c=a-b;
printf(" Subtraction of two Numbers is %d",c);
getch();
}
#include<conio.h>
void main ()
{
int a=5,b=4,c;
c=a-b;
printf(" Subtraction of two Numbers is %d",c);
getch();
No comments:
Post a Comment