subject

Give the algorithm and flowchart for following C code:

#include
int main()
{
int i, j,k=0,space=1;
for(i=7;i>=1;i--)
{
for(j=1;j<=i;j++)
{
printf("%c",j+64);
}
if(i!=7)
{
for(k=1;k<=space;k++)
{
printf(" ");
}
space+=2;
}
for(j=i;j>=1;j--)
{
if(j!=7)
printf("%c",j+64);
}

printf("\n");

}
printf("\n");
}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
For all machines-not just hammers- the user applies force force to the machine to the machine over a certain distance. a. input b. output c. duo d. none of the above
Answers: 1
question
Computers and Technology, 22.06.2019 20:00
What side length would you specify if you were required to create a regular hexagonal plate that was composed of 33 cm(squared) of sheet metal? dimension the side length to 0.1 cm
Answers: 2
question
Computers and Technology, 24.06.2019 03:00
Click the "draw structure" button to activate the drawing utility. draw two diastereomers of (1z,4r)−1,4−dimethylcyclodecene and name them, including (e)/(z) and (r)/(s) notation. part 1 out of 4 draw the diastereomer containing a chiral center with s configuration here. window open
Answers: 1
question
Computers and Technology, 24.06.2019 22:50
Which of these might be an example of an advertiser's target group? a.people who have no access to media b.people the advertisers know nothing about c. people who watch a variety of tv shows d. people who live in the same region of the country
Answers: 2
You know the right answer?
Give the algorithm and flowchart for following C code:

#include
int main()
...
Questions
question
Mathematics, 17.11.2020 02:10
question
Mathematics, 17.11.2020 02:10
question
Mathematics, 17.11.2020 02:10
question
Mathematics, 17.11.2020 02:10
question
Mathematics, 17.11.2020 02:10
question
Chemistry, 17.11.2020 02:10
Questions on the website: 13722367