subject
Computers and Technology, 14.07.2019 03:10 fzzyy

What is the output of the following code segment?
n = 1;
for ( ; n < = 5; )
cout < < n < < ' ';
n++;
1. 1 2 3 4 5
2. 1 1 1 and on forever
3. 2 3 4 5 6
4. 1 2 3 4
5. 2 3 4 5

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Atool that matches persoal skills qualities interests and talets to a career is called a
Answers: 1
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
question
Computers and Technology, 23.06.2019 12:00
Which of these is an example of an integrated presentation? a. a table created in powerpoint b. an image pasted into powerpoint c. a caption created in powerpoint d. an excel chart pasted into powerpoint
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
In the rgb model, which color is formed by combining the constituent colors? a) black b) brown c) yellow d) white e) blue
Answers: 1
You know the right answer?
What is the output of the following code segment?
n = 1;
for ( ; n < = 5; )
...
Questions
question
Mathematics, 07.04.2020 07:42
question
Mathematics, 07.04.2020 07:42
question
Engineering, 07.04.2020 07:42
question
Mathematics, 07.04.2020 07:42
question
Mathematics, 07.04.2020 07:42
question
Mathematics, 07.04.2020 07:43