Show the printout of the following code:
```
#include
using namespace std;
void xFunction(int i)
{
do
{
if (i % 2 != 0)
cout << i << " ";
i--;
}
while (i >= 1);
cout << endl;
}
int main()
{
int i = 1;
while (i <= 5)
{
xFunction(i);
i++;
}
cout << "i is " << i;
return 0;
}
```
You might also like to view...
Packet switching is the communications methodology where data is broken into ________ that are sent over various routes at the same time
Fill in the blank(s) with correct word
The ____ state appears when a visitor is not interacting with the interactive button.
A. original B. clicked C. hover D. pressed
Which of the following is the path to the Smaller button?
A. (SMARTART TOOLS DESIGN tab | Sizing group) B. (SMARTART TOOLS FORMAT tab | Shapes group) C. (SMARTART TOOLS LAYOUT tab | Resize group) D. (SMARTART TOOLS EDIT tab | Arrange group)
A(n) ____________________ is often implemented in some sort of hardware appliance or is built into the router that is installed between the LAN and the wilds of the Internet.
Fill in the blank(s) with the appropriate word(s).