![]() |
What is difference between zero value and NULL strings? |
[Edit] |
[Edit]
Answer
Programming languages store data in different data types. A zero value would belong to a numeric data type such as float, single, double, integer, long, etc. A null string is a variable that references a string (sequence of characters) that is not yet pointing to anything.
First answer by Philhempf. Last edit by Anuragsinha. Contributor trust: 0 [recommend contributor]. Question popularity: 43 [recommend question]





