while (s[i].data = key) i++; might be written as follows: while (s[i++].data != key) C /*...

Posted Date: