which symbol is used to represent the null/
Answers
Answered by
26
Which symbol is used to represent the null/ ??
The null character is represented as a single-em-width symbol containing the letters "NUL".Symbol for null", U+2400
- use c[i]= '\0' or simply c[i] = (char) 0 . The null/empty char is simply a value of zero, but can also be represented as a character with an escaped zero.
- Null is a built-in constant that has a value of zero.
- Null can also be the value of a pointer, which is the same as zero unless the CPU supports a special bit pattern for a null pointer.
❤❤❤Hope it helps you❤❤❤
Answer- By@Amani11
Answered by
1
Answer:
Empty set
Symbol is zero
Explanation:
U+2205
Similar questions