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 04:00
Which of the following kinds of programs displays an online advertisement in a banner or pop-up window on webpages, email, or other internet service? e
Answers: 2
question
Computers and Technology, 22.06.2019 10:00
Wich technology can a website use to allow you to listen to a concert live over the internet?
Answers: 3
question
Computers and Technology, 22.06.2019 12:10
Linux is distributed under gnu gpl. why is this important? a. it ensures that only torvalds can profit from the sale of linux b. it prevents unknowledgeable users from downloading programs they don't know how to operate. c. it provides protection for the developers who created linux. d. it states that anyone can copy, modify, and share the program if changes are made public.
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
Awide variety of “ apps “ are available to customize devices. which category of app does the word processing software fall into?
Answers: 2
You know the right answer?
Consider the following function:void reverse(char * string1, const char * string2){int stringsize =...
Questions
question
Mathematics, 06.03.2020 16:58
question
History, 06.03.2020 17:00