ah yeah!! i forgot! this code is actually written before i post my question. in my thought earlier, i thought that *p++ will show the value of point, before increase the value by 1. and my curiosity still "stuck" when my post answered so i'm still feel like that that is not the correct answer my bad :)
Yes, that's right. Though like a previous poster mentioned, 'lines' is a misnomer. It's really 'statements'. That first snippet with the if() is only one statement, so braces are unneeded.