+ 15
What is the use of a Null Character("\0"). Is it used in all object oriented programming ?
7 ответов
+ 12
ashutosh gupta Do you mean it does not allow the junk values and limits the string to what user has input...?
+ 11
I agree Haroon Ali because I didnt understand the way they explained in the other pages thinking that someone would post which would be easier to understand. But in turn I just got the links which even I could check myself....😑😑
+ 2
TurtleShell so its mean we are not allowed to ask any question which answer we already don't know??
if someone knows the answer then why should he post it for time waste??
huh....!!!!
+ 1
“\0” null character is basically use to mark the termination of string .string characters are ended by using this null character
+ 1
Now are you able to understand it?
0
Please do some research before posting next time
https://en.m.wikipedia.org/wiki/Null-terminated_string
https://stackoverflow.com/questions/2037209/what-is-a-null-terminated-string
0
Didnt intend for the comment to be mean. Its much faster to just google questions as most of which you have will be answered on Stackoverflow or have a wikipedia article. I also do not understand why you are so mad as I did gave you resources that explain what "\0" is.