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, 23.06.2019 00:00
How do we use the sumif formula (when dealing with different formats) ?
Answers: 1
question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 23.06.2019 04:20
Which network media uses different regions of the electromagnetic spectrum to transmit signals through air? uses different regions of the electromagnetic spectrum to transmit signals through air.
Answers: 2
question
Computers and Technology, 24.06.2019 00:10
Read each statement below. if the statement describes a peer-to-peer network, put a p next to it. if the statement describes a server-based network, put an s next to it. p - peer-to-peer s - server-based
Answers: 1
You know the right answer?
Remember that the function "main" takes optional parameters, these being common:
int main( in...
Questions
Questions on the website: 13722363