Void printtictactoe(char horizchar, char vertchar)
{
int i,j;
int scale = 5;
for(j=0; j<3; j++) {
for (i = 0; i < scale; i++)
printf("%*c%*c\n", scale+1, vertchar, scale+1, vertchar);
if (j < 2)
for (i = 0; i < (scale * 3)+2; i++)
printf("%c", horizchar);
printf("\n");
}
}
I left out many braces because of the layout issues with this website. There is a scale factor you can set to the desired size of the board cells!
Answer:
A)predict future organizational needs.
Explanation:
It is important to perform a SWOT analysis. Which helps us predict future business needs. Highlighting strengths, weaknesses, opportunities and threats.
- analyzing its internal characteristics (Weaknesses and Strengths).
- external situation (Threats and Opportunities) in a square matrix.
There are 7 layers in the osi reference model.
Wireless connection I hope I helped!!!