subject

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?

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 10:00
According to alisa miller foreign news bureaus
Answers: 3
question
Computers and Technology, 23.06.2019 06:10
The head restraint should be adjusted so that it reaches a.the top of your ears b.the base of your skull c.the top of the head
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
Which is a possible benefit of having a good credit history? having a checking account low interest rate on a car loan high interest rate on a credit card offer bankruptcy
Answers: 1
question
Computers and Technology, 23.06.2019 18:30
Where can page numbers appear? check all that apply. in the header inside tables in the footer at the bottom of columns at the top of columns
Answers: 1
You know the right answer?
Consider the following function:void reverse(char * string1, const char * string2){int stringsize =...
Questions
question
Geography, 09.10.2020 01:01
question
Mathematics, 09.10.2020 01:01
Questions on the website: 13722360