Sh3ll
OdayForums


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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/venkat/old/lit2015047_5_(3).c
#include<stdio.h>
#include<string.h>
void main()
{
char str1[100],str2[100];
int i,j;
printf("enter a string");
scanf("%s" ,&str1);
printf("enter another string");
scanf("%s" ,&str2);
{
for(i=0;i<=strlen(str1)-1;i--)
{
for(j=0;j<=strlen(str2)-1;j--)
if( str1[i]==str2[j])
str2[j]=='_';

{ 
j=0;
while(str2[j]!="_")
printf("letter = %c\n" ,str2[j]);
break;
}
}

 j--;
}
if(str2[j]!="_")
printf("nothing is same");
}



ZeroDay Forums Mini