Answer:
Change bullet indents
Select the bullets in the list by clicking a bullet. ...
Right-click, and then click Adjust List Indents.
Change the distance of the bullet indent from the margin by clicking the arrows in the Bullet position box, or change the distance between the bullet and the text by clicking the arrows in the Text indent box.
Explanation:
mark me braineliest
What is the use for the secondary hard drive?
If it is to run another operating system, such as a Linux flavour or another version of Windows, you would need to:
1) correctly format your drive
2) Install your OS
If you are using the HDD alongside your current OS, you need to:
1) Lower the boot priority of that drive in your BIOS
2) Format your hdd for use in your OS.
(Use NTFS for Windows and HFS+ for OS X)
Answer:
can you expand on your question?
Answer:
void printC()
{
int i, j;
for (i = 0; i < 4; i++) //i indicate row number. Here we have 5 rows
{
printf("C"); //print C for every row
for (j = 0; j < 6; j++) //j indicate column number. Here we have 7 Rows
{
if (i == 0 || i == 4) //For first and last row
printf("C"); //print 'CCCCCCC'
else if (i = 1|| i= 3) //for Second forth row
printf("C + +"); //print 'C + +'
else if (i = 2) For second row
printf("C +++++"); //print 'C +++++'
else
continue; //to jump to next iteration
}
printf("\n"); // print in next line
}
}
Answer:
"Crowdsourcing" is the correct answer for the above question.
Explanation:
- Crowdsourcing is a term from which any organization advertises the thinks or can get the ideas or solutions for any particular problem.
- It is a term that refers to the problem to the number of solvers to achieve the result correct and frequent.
- For example, If anyone wants to prepare the two websites. Then he assigns the works to the number of people and the works done faster with the help of this.
- The above question states that some websites can be successful with the help of the type of work. They are successful with the help of crowdsourced work. Because it saves time. So the answer is Crowdsourcing.