subject

Remember that the function "main" takes optional parameters, these being common:
int main( int ac, char *av[] )
a. the variable "av" is a pointer to the command line, which can then be broken up with calls to "strtok"
b. the variable "av" has the name of the program plus the other words from the command line.
c. if there were no command line parameters, "av[0]" is null.
d. the value in "av[0]" is the first parameter after the program name that was typed on the command line.
e. the variable "ac" is the number of command line arguments minus one

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:00
Is the following sentence true or false? during meiosis, the two alleles for each gene stay together.
Answers: 3
question
Computers and Technology, 22.06.2019 11:30
One subtask in the game is to roll the dice. explain why is roll the dice an abstraction.
Answers: 3
question
Computers and Technology, 23.06.2019 00:30
Which one of the following is considered a peripheral? a software b mouse c usb connector d motherboard
Answers: 2
question
Computers and Technology, 24.06.2019 02:00
What is a loop? a. a collection of function definitions at the top of a program b. a line of code that defines a variable and assigns it a value c. a program that opens the turtle graphics window d. a block of code that repeats a specific number of times
Answers: 1
You know the right answer?
Remember that the function "main" takes optional parameters, these being common:
int main( in...
Questions
question
Mathematics, 17.07.2019 13:30
Questions on the website: 13722361