If I understand the question:
if( ind[3] == SQL_NULL_DATA )
Assuming ind is an array of SQLLEN (ie signed).
-- Nick Gorham