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 06:00
What are the most likely causes of conflict at the meeting? check all that apply.
Answers: 1
question
Computers and Technology, 23.06.2019 15:20
An ou structure in your domain has one ou per department, and all the computer and user accounts are in their respective ous. you have configured several gpos defining computer and user policies and linked the gpos to the domain. a group of managers in the marketing department need different policies that differ from those of the rest of the marketing department users and computers, but you don't want to change the top-level ou structure. which of the following gpo processing features are you most likely to use? a, block inheritance b, gpo enforcement c, wmi filtering d, loopback processing
Answers: 3
question
Computers and Technology, 23.06.2019 17:10
Ac++an of of pi. in , pi is by : pi = 4 – 4/3 + 4/5 – 4/7 + 4/9 - 4/11 + 4/13 - 4/15 + 4/17 . ., to pi (9 ). , if 5 to pi,be as : pi = 4 - 4/3 + 4/5 - 4/7 + 4/9 = 4 – 1. + 0.8 - 0. + 0. = 3.. atoofbe to pi?
Answers: 2
question
Computers and Technology, 24.06.2019 16:30
The database design steps are listed below in the incorrect order. choose the correct order number next to each step. determine the information to be stored in the database. determine the fields needed to record the data determine if there will be any repetition of data entered, and separate the fields into tables to normalize the data. create relationships to connect the tables.
Answers: 3
You know the right answer?
Give the algorithm and flowchart for following C code:

#include
int main()
...
Questions
question
Biology, 11.11.2020 21:40
question
Mathematics, 11.11.2020 21:40