C Programming
#include
#include
#include
void main()
{
int n,i,al,bl;
char a[50],b[50],d[50];
// printf("how many number you want:");
// scanf("%d",&n);
// for(i=0;i
// {
printf("Enter first number:");
gets(a);
printf("Enter second number:");
gets(b);
al=strlen(a);bl=strlen(b);
for(i=bl-1;i<=0;i--)]
{
for(k=al-1;k<=0;k--)
{
}
getch();
}
0 comments:
Post a Comment