• Hi All,

    I tried to make a conclusion based on the data type precedence, but did not manage.

    If you see the data type precedence

    http://msdn.microsoft.com/en-us/library/ms190276.aspx

    , it is also ambiguous for "%" showing different behavior against some cases for "*" and "/".

    * (Multiply), / (Division), % (Modulo) belong to level 2, while the others are in lower levels and for which there are no errors.

    In any case, interesting example!

    Igor Micev,My blog: www.igormicev.com