ਖਾਲੀ ਚਿੰਨ੍ਹ ਦੀ ਪ੍ਰਤੀਨਿਧਤਾ ਕਿਸ ਚਿੰਨ੍ਹ ਦੁਆਰਾ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ?/ The null character is represented by ____? खाली चिन्ह की नुमाइंदगी किस चिन्ह ____ द्वारा जाती है *
null
\n
\0
0
Answers
Answered by
1
The Null character is represented by \0
Explanation:
- A null character has its bit set to zero. Hence its value is 0
- In computer programming, the null character is represented by \0
- The null character is used to represent the end of a character string
- The null character can be used as fillers for empty space.
- A null character is also called as a null terminator.
- \n is used to represent a new line.
- 0 is a numerical value
- Hence, the null character is represented by \n
Similar questions