Now I want to know which one these code is right?
int a = 20, b = 3; a = 2 * (b = 8);
or
int a=20,b=3; a=2*(b=8);
also give me an example to find others!
int a = 20, b = 3; a = 2 * (b = 8);
int a=20,b=3; a=2*(b=8);
|
|
|
Edited by fayyazlodhi, 21 July 2011 - 02:37 AM.
typo
0 members, 1 guests, 0 anonymous users