Command Line Argument in C in Hindi
Command Line Argument तर्क एक पैरामीटर है जो प्रोग्राम के लिए supplied किया जाता है जब इसे लागू किया जाता है। C प्रोग्रामिंग में command line argument एक महत्वपूर्ण concept है। इसका उपयोग ज्यादातर तब किया जाता है जब आपको अपने प्रोग्राम को बाहर से control करने की आवश्यकता होती है। Command line arguments main() method से pass किए जाते हैं।
Syntax:
यहाँ argc command line पर argument की संख्या को गिनाता है और argv [] एक pointer array होता है जो टाइप char के pointer रखता है जो कि program को दिए गए arguments की ओर point करता है।
Example for Command Line Argument
याद रखें कि argv[0] program का नाम रखता है और argv[1] पहले कमांड लाइन तर्क की ओर इशारा करता है और argv[n] अंतिम argument देता है। यदि कोई argument नहीं दिया गया है, तो argc 1 होगा।
0 Comments
Please don't Add spam links,
if you want backlinks from my blog contact me on rakeshmgs.in@gmail.com