Home / C Programming / Command Line Arguments :: Discussion

Discussion :: 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

    Answer : Option A

    Explanation :

    Yes you have to compile a program like
    tcc myprog wildargs.obj


Be The First To Comment