4
Answers

how can I appoint NULL value to an integer data type?

Photo of sakyildiz

sakyildiz

21y
3.4k
1
whenever I give the NULL value to an integer data type ,system converts it to 0. I tried int.parse("NULL") and convertoint function but it didn't work. Can anyone help me? Thanks in advance...

Answers (4)