Answer:
I need some time i answering your question please follow me and thanks
Answer:
The function in C++ is as follows:
int isSorted(int ar[], int n){
if (
||
){
return 1;}
if (
<
){
return 0;}
return isSorted(ar, n - 1);}
Explanation:
This defines the function
int isSorted(int ar[], int n){
This represents the base case; n = 1 or 0 will return 1 (i.e. the array is sorted)
if (
||
){
return 1;}
This checks if the current element is less than the previous array element; If yes, the array is not sorted
if (
<
){
return 0;}
This calls the function, recursively
return isSorted(ar, n - 1);
}
Put the insertion point where you want the page to break is what I would write.
Answer:
Answers in explanation. Try to ask one question at a time, it is easier for people to answer single questions and you will get answers faster.
Explanation:
15. A
16. D
17. B + C
18. A+B+D
19. B+C+D
**20. is NOT Planned personal leave for documentation developers and proof readers. The other 4 answers are correct
21. Presentation notes + Outline
22.B
23.D (im not entirely sure about this one)