+ 2
Can anyone trace the pointer execution?
3 Respuestas
+ 5
Q-32) array[2] points to "h", then +1 gives the output "o".
Q-33) option A is pointing to something that is not in the array.
Always look for the value at or dereferencing operator (*) to see where it is placed in the expression to get the answer right.
+ 2
~ swim ~ agreed
+ 1
~ swim ~ Q-33) there is some correction in option C I guess, that is written separately.