Computer Science, asked by niteshyadav291002, 11 months ago

what is significance of null character in C++???

Answers

Answered by adya18
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