Thread: question urgent
View Single Post
  #1 (permalink)  
Old September 7th, 2007, 07:45 AM
anubhav2007 anubhav2007 is offline
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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?



Reply With Quote