ADVT POST

substraction of two number c program tutorial beginner

substraction of two number c program  tutorial beginner

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
a=10;
b=20;
c=b-a;
printf ("%d",c);
getch();
}
Share on Google Plus
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

Note: only a member of this blog may post a comment.