Report Bug
Qus : Arguments that take input by user before running a program are called?
Qus प्रोग्राम चलाने से पहले उपयोगकर्ता द्वारा इनपुट लेने वाले तर्क किसे कहा जाता है?

A. main function arguments
B. main arguments
C. Command-Line arguments
D. Parameterized arguments


Solution
C. Command-Line arguments






Report Bug