Computer Science, asked by 6284187153, 7 months ago

which symbol is used to represent the null/​

Answers

Answered by amani11
26

\huge \longrightarrow \text{ \purple{Question}} \longleftarrow

Which symbol is used to represent the null/ ??

\huge \longrightarrow \text{ \purple{Answer}} \longleftarrow

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 ankurinfi111
1

Answer:

Empty set

Symbol is zero

Explanation:

U+2205

Similar questions