0
Can any one help me in .. how to use \0 in c language with full code
Plz
2 Antworten
0
‘\O' is null character used at the end character array or string..It is used in condition to check if char array has ended or not, and many more but I only used it for strings and chars..
0
Ooo