"comment out" 的Hindi翻译
释义
कोड की किसी पंक्ति या हिस्से को टिप्पणी बना देना ताकि वह निष्क्रिय हो जाए लेकिन हटे नहीं। प्रोग्रामर इसका इस्तेमाल परीक्षण या समझाने के लिए करते हैं।
用法说明(Hindi)
केवल प्रोग्रामिंग में प्रयोग होता है। 'comment out' मतलब उस कोड को निष्क्रिय करना (हटाए बिना)। केवल 'comment' (व्याख्या लिखना) से अलग है।
例句
If you want to test the code, just comment out this line.
अगर आप कोड का परीक्षण करना चाहते हैं, तो बस इस लाइन को **टिप्पणी करें**।
You should comment out any function you are not using.
आपको किसी भी अनयूज्ड फंक्शन को **टिप्पणी करनी चाहिए**।
Remember to comment out the debug statements before release.
रिलीज़ से पहले डिबग स्टेटमेंट्स को **टिप्पणी करना** याद रखें।
Go ahead and comment out the part that's causing errors so we can troubleshoot.
जो हिस्सा एरर दे रहा है, उसे **टिप्पणी कर** दो ताकि हम देख सकें।
I usually comment out a block when I'm experimenting with new features.
नई सुविधाओं के साथ प्रयोग करते समय मैं आमतौर पर एक ब्लॉक को **टिप्पणी कर** देता हूँ।
You don’t have to delete it—just comment out that line for now.
इसे हटाने की ज़रूरत नहीं है—फिलहाल उस लाइन को **टिप्पणी कर** दो।