NUL

/nʌl/

NUL (नल/शून्य) कैरेक्टर; शून्य बाइट (0)

Origin & History

From teleprinter/control-character naming conventions; NUL is an abbreviation of “null,” standardized in ASCII/ISO control codes for the character with value 0.

टेलीप्रिंटर/कंट्रोल-कैरेक्टर नामकरण परंपराओं से; NUL “null” का संक्षिप्त रूप है, जिसे ASCII/ISO कंट्रोल कोड्स में 0 मान वाले कैरेक्टर के लिए मानकीकृत किया गया।

Definition

NUL is the name of the null character (value zero) in character encodings; it is commonly used as a string terminator in C and related languages, and sometimes to indicate absence of data.

NUL शून्य (0) मान वाले नल/शून्य कैरेक्टर का नाम है; इसे C और उससे संबंधित भाषाओं में स्ट्रिंग के अंत (string terminator) को दर्शाने के लिए, और कभी-कभी डेटा की अनुपस्थिति दिखाने के लिए उपयोग किया जाता है।

Parts of Speech

Noun:
The C string ends with a NUL byte.
C स्ट्रिंग NUL बाइट के साथ समाप्त होती है।
Adjective:
The pointer is nul, so the function returns an error.
पॉइंटर nul है, इसलिए फ़ंक्शन त्रुटि लौटाता है।

Usage Examples

Many APIs expect a NUL-terminated string.
If a NUL appears in the middle, the string may be truncated.
In text files, embedded NUL characters can confuse parsers.
The buffer was filled with NULs before writing new data.

Synonyms

Null character NUL byte Zero byte \0

Antonyms

Nonzero byte Printable character

Related Forms

Noun
Null / Null character / Null byte
Adjective
Null / Null-terminated / Null-terminated (string)

Idioms & Phrases

NUL-terminated string
NUL-टर्मिनेटेड स्ट्रिंग (NUL के साथ समाप्त होने वाली स्ट्रिंग)
Embedded NUL
एम्बेडेड NUL (मध्य में मौजूद NUL कैरेक्टर)
Pad with NULs
NUL से पैड करना (खाली जगह भरने के लिए NUL लगाना)