Q2:::a=2; b=3;
a=a*b; // 6
b=a/b; // 2
a=a/b; // 3
now a=3 and b=2
????is it true,,,i have errors in it
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: c++Threaded View
|
Click Here to Expand Forum to Full Width |