what is null literals?
Answers
Answered by
2
it means that there is no value assigned to it not even 0 the variable is decleared but not assigned a value
Answered by
0
Answer:
The null literal has one value, the null reference, represented by the literal null, which is formed from ASCII characters. A null literal is always of the null type.
Explanation:
There are other different types of literals like Boolean literals.
The boolean type has two values, represented by the literals true and false, formed from ASCII letters.
Similar questions