C Programming - Command Line Arguments - Discussion

Discussion Forum : Command Line Arguments - Yes / No Questions (Q.No. 1)
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?
Yes
No
Answer: Option
Explanation:
Yes you have to compile a program like
tcc myprog wildargs.obj
Discussion:
3 comments Page 1 of 1.

Sathya said:   1 decade ago
How to implement this using vi editor on linux?

Jyoti said:   1 decade ago
How can we practically implement it?

Ramanathan said:   1 decade ago
When we are running a little bit complex program (Linked List), it wont getting compiled.

Post your comments here:

Your comments will be displayed after verification.