Others Maths Puzzle HR Interview

main()
{
int arr[]={1,2,3,4};
int *ptr ;;;;
ptr++ = arr;
printf("%d,%d",ptr[2],arr[2]);
return 0;
}

Read Solution (Total 1)

Others Other Question

a bag contains rs. 300 in the form of 1rs, 50 paise and 25 paise in the ratio 3:2:8. The number of 50 paise coin is? A locker has a 5 Digit Password .The forth Digit is 4 more than the Third one. The Second Digit is 3 less than the Third one.The first digit is 4 times the Forth one. Sum of Any Three Digits Leads to 11. Find the Password