Question: while (s[i].data = key) i++; might be written as follows: while (s[i++].data != key) C /* Null statement */
while (s[i].data = key) i++; might be written as follows: while (s[i++].data != key) C /* Null statement */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
