ADVT POST

Multiplication of two number c program c tutorial in hindi

Multiplication of two number c program  c tutorial in hindi


#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int a,b,c;
a=10;
b=20;
c=a*b;
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.