This analysis highlights in green all the statements impacted by the selected statement.
The statement p = T; has repercussions on the statements tmp = p; p++; *tmp = S;.
It is guaranteed not to affect the statements S += i; and i ++;.
This analysis highlights in green all the statements impacted by the selected statement.
The statement p = T; has repercussions on the statements tmp = p; p++; *tmp = S;.
It is guaranteed not to affect the statements S += i; and i ++;.