Computers and Technology

Consider the following function:void reverse(char * string1, const char * string2){int stringsize = sizeof(string1)/sizeof(char);*(stri ng1 + stringsize - 1) = '\0';string1 = string1 + stringsize - 2;for (; *string2 != '\0'; --string1, ++string2) {*string1 = *string2;}}What method does the function use to refer to array elements?

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 16:30, mesposito
Technician a says that a dry sump system uses no oil storage sump under the engine. technician b says that a wet sump system uses no oil storage sump under the engine. who is correct?
Answers: 3
image
Computers and Technology, 23.06.2019 18:20, Blossom824
What is wi-fi infrastructure? a metropolitan area network that uses radio signals to transmit and receive data a communications technology aimed at providing high-speed wireless data over metropolitan area networks a means by which portable devices can connect wirelessly to a local area network, using access points that send and receive data via radio waves includes the inner workings of a wi-fi service or utility, including the signal transmitters, towers, or poles and additional equipment required to send out a wi-fi signal
Answers: 2
image
Computers and Technology, 24.06.2019 20:00, broach605
Individuals suffering from technology overload feel distressed when deprived of computers and mobile devices. true/fasle
Answers: 2
image
Computers and Technology, 25.06.2019 07:50, munekalove69ounxwv
The β€œtab” key can a. create extra cells in a word table *b. move from cell to cell in a word table c. move from the top of a column to the bottom of a column in a word table d. none of the above a. none of these answers are correct b. move from cell to cell in a word table c. move from the top of a column to the bottom of a column in a word table d. create extra cells in a word table
Answers: 2
Do you know the correct answer?
Consider the following function:void reverse(char * string1, const char * string2){int stringsize =...

Questions in other subjects:

Konu
Mathematics, 10.10.2019 09:10