1.

ਖਾਲੀ ਚਿੰਨ੍ਹ ਦੀ ਪ੍ਰਤੀਨਿਧਤਾ ਕਿਸ ਚਿੰਨ੍ਹ ਦੁਆਰਾ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ?/ The null character is represented by ____? खाली चिन्ह की नुमाइंदगी किस चिन्ह ____ द्वारा जाती है * null\n\00​

Answer»

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



Discussion

No Comment Found