void main()
{
long i,j,n,k,l,v;
int flag,u=0,y,x;
int shaff[10],shaff1[720][4];
char pal[14],pal1[720][14],word[14];
clrscr();
cout<<"enter the palentrom\n";
gets(pal);
strcpy(pal1[0],pal);
strrev(pal1[0]);
if(strcmp(pal1[0],pal)!=0)
{
cout<<"entered value is not palaentrom\n";
getch();
exit(0);
}
y=strlen(pal);
if(y%2==0)
n=y/2;
if(y%2==1)
n=(y-1)/2;
k=0;
for(i=0;i=0;i--)
l=l*10+i;
for(i=k;i<=l;i++)
{ v=i;
for(j=0;j=n)
flag=0;
}
v=i;
if(flag==1)
{
for(j=0;j[j]=v%10;
v=v/10;
}
u++;
}
}
l=1;
for(i=0;i[j]];
x++;
}
if(y%2==1)
{
word[x]=pal[n];
x++;
}
for(j=n-1;j>=0;j--)
{
word[x]=pal[shaff1[j]];
x++;
}
word[x]='\0';
flag=1;
for(k=0;k<=l;k++)
{
if(strcmp(pal1[k],word)==0)
flag=0;
}
if(flag==1)
{
strcpy(pal1[l],word);
l++;
}
}
cout<<"\n posible palindrome are\n";
}
getch();
}
Getting Below Power BI Report connection error during execution . Error: Something went wrong Unable to connect to the data source undefined. Please try again later or contact support. If you contact support, please provide these details. Underlying error code: -2147467259 Table: Business Sector. Underlying error message: AnalysisServices: A connection cannot be made. Ensure that the server is running. DM_ErrorDetailNameCode_UnderlyingHResult: -2147467259 Microsoft.Data.Mashup.ValueError.DataSourceKind: AnalysisServices Microsoft.Data.Mashup.ValueError.DataSourcePath: 10.10.10.60;T_CustomerMaster_ST Microsoft.Data.Mashup.ValueError.Reason: DataSource.Error Cluster URI: WABI-WEST-EUROPE-redirect.analysis.windows.net Activity ID: c72c4f12-8c27-475f-b576-a539dd81826a Request ID: dfb54166-c78f-4b40-779f-e8922a6687ad Time: 2019-09-26 10:03:29Z Solution: We found report connection not able to connect to SQL Analysis service so tried below option. ...