Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/venkat/old/ |
#include<stdio.h>
main()
{ char s1[30];char s2[40];int l=0,c=1;int ln=0;
scanf("%s%s",s1,s2);
while(s1[i]!='\0')
{
l++;i++;
}
i=0;
while(s2[i]!='\0')
{
i++;ln++;
}
for(i=0;i<l;i++)
{ c=1;
for(j=0;j<ln;j++)
{
if(s1[i]==s2[j]&&c==1)
{
printf("%c",s1[i]);
c++;
}
}
}
}