what is significance of null character in C++???
Answers
Answered by
0
In C++, null means no object. It can be used in any reference datatype like string, classes.. It has the value of 0.
Similar questions