+ 4
What is ‘NULL Character ’?
4 Answers
+ 4
(*(void)0)
+ 1
Null character is zero-valued ASCII character.
https://en.m.wikipedia.org/wiki/Null
+ 1
Null Character is zero-valued .
+ 1
Its a character that announces the end of a string
If you want to define a string as a char array and give it an initial value, the last element will be the null character and it's passed as this '\0'
Hot today
Please help, any idea?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
What is wrong? Error on test.
1 Votes
Help me solve this (using loop)
1 Votes
Help me wiht python
1 Votes
how can i flip any word with c++
0 Votes