Question: Explain which of the following C programming expressions are valid and which are not: (a) *(ia+5) (b) ip[5] (c) ip = ia + 0 (d)
Explain which of the following C programming expressions are valid and which are not:
(a) *(ia+5)
(b) ip[5]
(c) ip = ia + 0
(d) ip = ia
(e) ia = ip
(f) ++ia
(g) ++ip
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
