example for null literal
Answers
Answered by
1
Answer:
null is a literal in java that cannot be assigned to primitive data types like int, float etc. , it can be used only for reference . it is not necessary that null is 0. Rather it refers to no value is present.
please support me friends ❤️
Answered by
0
Answer:
answer is: " "
other wise: null
Explanation:
In java: String s= null;
In C: char s=null;
python: s= null
Similar questions