Home / C Programming / Command Line Arguments :: Yes / No Questions

C Programming :: Command Line Arguments

  1. In Turbo C/C++ under DOS if we want that any wild card characters in the command-line arguments should be appropriately expanded, are we required to make any special provision?

  2. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Does there exist any way to make the command-line arguments available to other functions without passing them as arguments to the function?

  4. A.
    Yes
    B.
    No

    View Answer

    Workspace

    Discuss Discuss in Forum