Thread
:
question urgent
View Single Post
#
1
(
permalink
)
September 7th, 2007, 07:45 AM
anubhav2007
Registered User
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
question urgent
1)
if b=5;
then why value of
c=++b + ++b
and
cout<<++b + ++b;
differ. for first case answer is 14 and for second one is 13.
2)
why scope resolution,sizeof can't be overloaded?
anubhav2007
View Public Profile
Find all posts by anubhav2007