And-operator
तार्किक AND ऑपरेटर (संयोजन ऑपरेटर)
Origin & History
Formed from the conjunction 'and' (Old English 'and') + 'operator' (from Latin 'operari' via Medieval Latin/ French), used in modern logic and computing to name the Boolean conjunction operator.
यह शब्द संयोजक 'and' (पुरानी अंग्रेज़ी 'and') और 'operator' (लैटिन 'operari' से, मध्ययुगीन लैटिन/फ़्रेंच के माध्यम से) से मिलकर बना है; आधुनिक तर्कशास्त्र और संगणना में बूलियन conjunction ऑपरेटर के लिए प्रयुक्त होता है।
Definition
In logic, programming, and search syntax, an and-operator combines two or more conditions and returns true (or a match) only if every condition is satisfied; it is commonly written as AND, &&, ∧, or · depending on the context.
तर्कशास्त्र, प्रोग्रामिंग और खोज-वाक्यविन्यास में and-operator दो या अधिक शर्तों को जोड़ता है और केवल तब true (या परिणाम) देता है जब सभी शर्तें पूरी हों; संदर्भ के अनुसार इसे AND, &&, ∧ या · के रूप में लिखा जाता है।