literal का प्रयोग उस wording, translation या interpretation के लिए करें जो शब्दों के बहुत पास रहती है। यह figurative और idiomatic के विपरीत है, इसलिए literal translation शब्द-दर-शब्द सही होकर भी अस्वाभाविक लग सकती है।
literal का प्रयोग उस wording, translation या interpretation के लिए करें जो शब्दों के बहुत पास रहती है। यह figurative और idiomatic के विपरीत है, इसलिए literal translation शब्द-दर-शब्द सही होकर भी अस्वाभाविक लग सकती है।
| Incorrect | Correct |
| He took the joke literal. | He took the joke literally. |
| The literal meaning of “kick the bucket” is “to die.” | The idiomatic meaning of “kick the bucket” is “to die.” |
The variable name count is a literal.
| The variable name count is an identifier.
|
literal का प्रयोग यह साफ करने के लिए करें कि कथन तथ्य के रूप में है, चित्र या अतिशयोक्ति के रूप में नहीं। चूँकि literal अक्सर केवल जोर देने के लिए बहुत इस्तेमाल होता है, इसे वहाँ रखें जहाँ real और figurative का अंतर सचमुच मायने रखता हो।
| Incorrect | Correct |
| He took the joke literal. | He took the joke literally. |
| The literal meaning of “kick the bucket” is “to die.” | The idiomatic meaning of “kick the bucket” is “to die.” |
The variable name count is a literal.
| The variable name count is an identifier.
|
literal को noun की तरह मुख्य रूप से आलोचनात्मक या साहित्यिक संदर्भों में इस्तेमाल करें: the literal, the symbolic, the allegorical. सामान्य व्याख्या में literal meaning अकेले noun से अधिक साफ होता है।
| Incorrect | Correct |
| He took the joke literal. | He took the joke literally. |
| The literal meaning of “kick the bucket” is “to die.” | The idiomatic meaning of “kick the bucket” is “to die.” |
The variable name count is a literal.
| The variable name count is an identifier.
|
Programming में literal सीधे code में दिए गए fixed value के लिए आता है। यह variable नहीं है, और algorithm या पूरे expression से छोटा दायरा रखता है।
true as a Boolean literal.
true को Boolean literal माना।
| Incorrect | Correct |
| He took the joke literal. | He took the joke literally. |
| The literal meaning of “kick the bucket” is “to die.” | The idiomatic meaning of “kick the bucket” is “to die.” |
The variable name count is a literal.
| The variable name count is an identifier.
|
जब figurative, symbolic, idiomatic या variable meaning से अंतर जरूरी हो, तब literal का प्रयोग करें। Adverb के लिए literally प्रयोग होता है।
Literally adverb है, जबकि literal noun को modify करता है या meaning के सीधे स्तर या code value को नाम देता है।
Middle English literal से, Old French literal से, Late Latin litteralis से, जिसका अर्थ “letters या writing से संबंधित” था, और Latin littera, “letter”, से। Exact wording वाला अर्थ text के letter का पालन करने की धारणा से निकला।
literal का क्या अर्थ है?
Literal का अर्थ शब्दों या तथ्यों में सटीक है, बिना figurative, symbolic या exaggerated reading के।
literal translation क्या है?
Literal translation शब्दों को करीब से, अक्सर word by word, follow करती है, भले ही result कम natural लगे।
literal और figurative में क्या अंतर है?
Literal ordinary या factual meaning रखता है। Figurative image, metaphor या transferred sense इस्तेमाल करता है।
क्या literal noun हो सकता है?
हाँ। Literal meaning के plain या surface level को कह सकता है, और programming में code की fixed value को भी।
Programming में literal क्या है?
Literal source code में सीधे लिखा value है, जैसे 42, true या "hello"।