Computer Science, asked by archu3500, 1 year ago

The null character is represented by?
a) \n
b) \0
c) \o
d) \t

Answers

Answered by devopriyabasu56
8
i think it's b)\0...

hope it will help you.....

soumithri: good it's correct
devopriyabasu56: thnxx for believing me
soumithri: ok
devopriyabasu56: hm
Answered by akhileshpathak1998
6

Answer:

\0

Explanation:

It is a character that is represented in the language "C". It represents a character that has all its bits set to zero. When you consider it as a numeral it is nothing literally nothing (NULL), but when you consider it as a text it's meaning changes entirely. The end of a string is marked by the character ZERO in the language "C".

Similar questions