subject

Answer the following true/false questions using the code that follows. You must correctly state WHY youranswer is true or false in order to receive credit.
1) The function printf is defined in this program.2) stdio. h is the function that allows us to output to screen.3) This code includes one header and two preprocessor directives.4) argc is a function.5) If we removed the line #include , the program would still run.6) If we removed the line #include , the program would still run.7) We can say for certain from the code alone that scanf has the same return value as main.8) There is only one operator used in the code below.#include #include int main (int argc, char **argv){int grade;int i=1;while(i){printf("Enter grade: ");scanf("%d", &grade);if(grade<0||grade> ;100){printf("Not a valid grade.\n");}else{i=0;}}int value=100-grade;if(value==1){printf ("You are 1 point away from a 100.\n");}else{printf("You are %d points away from a 100.\n", value);}}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:20
Geneva’s manager would like to see some additional information to make sales decisions.enter a formula in cell j4 using the if function to it whether or not the item beaded earrings should go on sale. it will go on sale if its current sales rank (in cell g4) is 8th or lower. (hint: if the cell value is greater than or equal to 8, it will go on sale.)if this condition is true, the item will go on sale. (hint: the if_true value should be “yes”.)if this condition is false, the item doesn’t need to go on sale. (hint: the if_false value should be “-”.)copy the formula created in cell j4 to the range j5: j14
Answers: 2
question
Computers and Technology, 22.06.2019 22:30
What is the most popular genre of video games?
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
The initial tableau of a linear programming problem is given. use the simplex method to solve it. x 1 x 2 x 3 s 1 s 2 z 1 2 4 1 0 0 8 3 4 1 0 1 0 10 minus3 minus12 1 0 0 1 0 the maximum is nothing when x 1equals nothing, x 2equals nothing, x 3equals nothing, s 1equals3, and s 2equals0. (be sure to simplify to lowest terms if necessary.)
Answers: 2
question
Computers and Technology, 24.06.2019 09:00
Why might you chose to crest a function resume
Answers: 1
You know the right answer?
Answer the following true/false questions using the code that follows. You must correctly state WHY...
Questions
question
World Languages, 18.12.2020 02:30
question
Law, 18.12.2020 02:30