HR Interview Interview Numerical Ability Number System

What is the remainder when 6^17 + 17^6 + 169^235 is divided by 7?

Read Solution (Total 1)

HR Interview Other Question

a group of 12 persons is to be seated around a circular table.There are only two women in the group. Find the probability that there are at least three men between the two men #include
int main(){
int a,fact=1;
scanf("%d",&a);
for(i=1;i<=a;i++)
{
fact=fact*i;
}
printf("%d",&fact);
}}