Page 1 of 1

. State whether the statement (i-iv) is RIGHT or WRONG and why. int var, *varPoint; i) ii) iii) iv) varPoint = var; *var

Posted: Fri Jul 01, 2022 5:52 am
by answerhappygod
State Whether The Statement I Iv Is Right Or Wrong And Why Int Var Varpoint I Ii Iii Iv Varpoint Var Var 1
State Whether The Statement I Iv Is Right Or Wrong And Why Int Var Varpoint I Ii Iii Iv Varpoint Var Var 1 (43.04 KiB) Viewed 36 times
. State whether the statement (i-iv) is RIGHT or WRONG and why. int var, *varPoint; i) ii) iii) iv) varPoint = var; *varPoint = &var; varPoint = &var; *varPoint = var;