posted 21 years ago
hi all,
what will be the output of the following and if u can tell me why it will be very helpful...
class{
int i=valueofi();
int j=10;
int valueofi(){return j;}
}
// the value of i after this is 0 but i couldn't understand why???