Can't Understand

Discuss Computer Science and Programming related problems

Moderators:Labib, bristy1588

Dipan
Posts:158
Joined:Wed Dec 08, 2010 5:36 pm
Can't Understand

Unread post by Dipan » Tue Jun 14, 2011 10:45 pm

একটা ইনপুট দিলাম এরকম,

int a=13256, b=256, sum;

sum=a+b;

printf("%d + %d=%d",a, b, sum)

আউট পুট আসলো এরকম,

13256 + 256 = 2147336192

কেমনে হইলো?????

novice
Posts:31
Joined:Sun Dec 12, 2010 12:34 am

Re: Can't Understand

Unread post by novice » Fri Jun 17, 2011 7:42 am

I cant understand it either because I am getting the correct output!

Corei13
Posts:153
Joined:Tue Dec 07, 2010 9:10 pm
Location:Chittagong

Re: Can't Understand

Unread post by Corei13 » Tue Sep 20, 2011 3:07 pm

পুরো কোডটা দাও।
ধনঞ্জয় বিশ্বাস

Post Reply