المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : error in 'if'



C# Programming
12-10-2009, 08:52 AM
is it a problem of my compiler?

if(((1*1*1)+(64*64*64))==(1*1*1))
printf("my name");


the printf()is printing "my name".