answersLogoWhite

0

#include <iostream>

int main() {

std::cout << "1 121 12321 1234321" << std::endl;

return 0;

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the password to power lines 3?

Code- 123321


How the pin no is generated in the ATM?

there is a programming code for it which takes 16 digit as input , plays with it in a c programme and gives a 4 digit output...........


What will be output of following c code?

Please provide the C code you would like me to analyze for its output.


Is a bar code printer input or output?

A bar code printer or any kind of printer is an output device.


What is the code to change the font of the output in c plus plus?

There is no generic code to change the typeface of the console output, nor indeed any output window. To change the typeface you must use platform-specific code. That is, the code required to change the output typeface in Windows is completely different to that of Unix-based systems.


How To Create Pyramid 1 11 121 1221 12321 In C?

To create the pyramid pattern of numbers 1, 11, 121, 1221, 12321 in C, you can use nested loops. The outer loop iterates through the rows, while the inner loop builds each row by printing numbers from 1 up to the current row index and then back down to 1. Here's a simple code snippet: #include &lt;stdio.h&gt; int main() { for (int i = 1; i &lt;= 5; i++) { for (int j = 1; j &lt;= i; j++) printf(&quot;%d&quot;, j); for (int j = i-1; j &gt;= 1; j--) printf(&quot;%d&quot;, j); printf(&quot;\n&quot;); } return 0; } This code will output the desired pyramid pattern.


Differentiate between relocatable and self relocatable programs?

relocatable code is code where final output of the assembly phase,ready to be used an input to loader. self relocatable is the code where output of the code is ready to use any point


What is icd-9 code for decreased urine output?

Decreased urine output is also known as Oliguria. Renal malfunctions or dehydration can cause Oliguria. The ICD-9 code for decreased urine output/oliguria is 788.5.


Why is object code necessary?

Object code is necessary, because object code is the actual instructions, or machine language, that the computer executes. Object code is the output of the compiler, as it translates the higher level language into the machine language. It is also the output of the linker, as it combines object code modules from the compiler output and the various libraries in its process of building a fully linked load module.


How can you unlock your grand marquis mercury using your keypad?

By using the proper code - like 12321 or whatever your code is. You put the code in and then press 1-2 to open doors 3-4 to open back doors and 5-6 to open the trunk. When exiting you press 7-8 and 9-0 together to lock everything.


Is binary code an input or output device?

Binary code is not a device. It is a numerical representation of data.


How can you found color code for CZL-601?

Red: Input ( + ) Black: Input ( - ) Green: Output ( + ) White: Output ( - )