1) Answer:Compiler error: Cannot modify a constant value.Explanation:p is a pointer to a "constant integer". But we tried to change thevalue of the "constant integer".
Post a Comment
1 comment:
1) Answer:
Compiler error: Cannot modify a constant value.
Explanation:
p is a pointer to a "constant integer". But we tried to change the
value of the "constant integer".
Post a Comment