What is the value of cust_id in the following expression: record string(8) cust_dept; int cust_id = NULL(-1); string(10) cust_name = NULL(" "); end
Reveal answer
Fill a bubble to check yourself
What is the value of cust_id in the following expression: record string(8) cust_dept; int cust_id = NULL(-1); string(10) cust_name = NULL(" "); end