Answer:
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main()
{
int arr[100];
int i = 0;
int j = 0;
char c[10];
char temp;
int sum = 0;
FILE* fp;
if ((fp = fopen("test.txt", "r")) == NULL) {
printf("cannot open the file");
return;
}
else {
do {
temp = fgetc(fp);
if (temp == ' ' || temp == '\n') {
c[j] = '\0';
arr[i++] = atoi(c);
j = 0;
continue;
}
c[j++] = temp;
} while (temp != EOF);
for (j = i - 1; j >= 0; j--) {
printf("%d\n", arr[j]);
}
}
getchar();
}
Explanation:
Answer:
Page Layout is the correct answer of this question.
Explanation:
The Page Layout Tab includes most of the tools you need to organize your file pages only the direction we need them to. You can set borders, themes, monitor site alignment and scale, add sections and carriage returns, monitor line numbers, and adjust the protrusion and outlines for paragraphs.
On way to incorporate these enhancements is by using the Ribbon Borders, Font Shades, and Fill Color buttons in the Font section on the Page Layout tab.
Answer: Mechanical machines that use liquids to move.
Answer:
For the first picture, choose the second pair, and for the second one, choose the first pair
Explanation:
<span>when you use the radial gradient fill it gives it a look like a shine on them. </span>