answersLogoWhite

0


Best Answer

Yes .you have to compile a program like

tcc myprog wildargs.obj

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If you want that any wildcard characters in the command line arguments should be appropriately expanded are you required to make any special provision If yes which?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

If you want that any wildcard characters in the command line arguments should be appropriately expanded are you?

I don't really understand your question, but try these commands, they might help to understand the possibilities: touch demo.c echo '*.c' echo "*.c" echo *.c echo \*.c


What series has more characters Star Wars or Halo?

Probably Star Wars, as you have the films, animated series, expanded universe books to factor in.


What series has more characters-Star Wars or Halo?

Probably Star Wars, as you have the films, animated series, expanded universe books to factor in.


How do you spell expanded?

Expanded


What is a number written as the sum of the values of its digits called?

The correct answer is "expanded form".


Is expanded notation the same as expanded form?

no


What is the expanded form of 218003?

218003 is the expanded form.


What is Margaret Preston's significance to Australian history?

Moving to Sydney by 1920 (having married William Preston) she expanded her practice to encompass the concept of an appropriately national art, and became one of the country's most astute public commentators on the wider cultural issues shaping Australia in the era of its new modernity.


Are there any characters in Star Wars called Bernard?

There was a character called Bernard Vota, who was a Star Wars Expanded Universe character. He was an Imperial general who was part of the Empire faction post-Return of the Jedi.


What was the most far-reaching provision of the northwest ordinance?

It was the most comprehensive law that was approved. It related to the admission of new states and the boundaries into the Union. The United States expanded west not by conquering but by welcoming states newly into the republican government. It was a far - reaching policy regarding incorporation of lands from the west.


Can there be at least some solution to determine the number of arguments passed to variable argument list function?

Yes. Use a control parameter before the variable argument list that determines how many arguments will follow. E.g., the printf() function uses a string parameter as the control parameter. The number of escape sequences in the string determines the number of arguments that are expected to follow, and each escape sequence in the string is expanded from left to right according to the arguments that follow. A simpler approach is to pass the number of arguments that will follow as a named argument. E.g.,void print_nums(int n, ...){// n tells you how many numbers are to be expected in the va_list.}AnswerYes, there can be solution.#1: explicitly specifing:extern void variadic_1 (int n, ...);variadic_1 (3, "first", "second", "third");#2: using terminator:extern void variadic_2 (...);variadic_2 ("first", "second", "third", NULL);


How do you write 300 in expanded form?

300 is already written in expanded form.