What is ‘NULL Character ’? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What is ‘NULL Character ’?

22nd May 2019, 12:17 PM
Mehedi Hasan
Mehedi Hasan - avatar
4 Answers
+ 4
(*(void)0)
22nd May 2019, 1:22 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 1
Null character is zero-valued ASCII character. https://en.m.wikipedia.org/wiki/Null
22nd May 2019, 12:21 PM
Dmytro Novak
Dmytro Novak - avatar
+ 1
Null Character is zero-valued .
24th May 2019, 3:27 AM
Yashvi Shah
Yashvi Shah - avatar
+ 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'
6th Jun 2019, 1:45 AM
Muhammad Abu Baker
Muhammad Abu Baker - avatar