NUL
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) को दर्शाने के लिए, और कभी-कभी डेटा की अनुपस्थिति दिखाने के लिए उपयोग किया जाता है।