# C++ Code

By [Bother](https://paragraph.com/@bother) · 2023-07-26

---

#include <stdio.h>  
#include <conio.h>  
void main() {  
int no,i, sum;  
sum=0;  
for (i=1;i<=4;i++)  
printf("/n");  
for (j=1;j<=i;j++)  
printf("%d",&i); getch(); }

The text is a C program that prints a pyramid of numbers. The program first declares two variables, `no` and `i`, and initializes them to 1 and 4, respectively. The program then enters a loop that iterates 4 times. Inside the loop, the program prints a newline character, and then prints the value of `i`. The program then increments the value of `i` by 1. After the loop finishes, the program calls the `getch()` function to wait for the user to press a key.

The text in the picture is a bit difficult to read because it is not very clear. However, I was able to extract the text using optical character recognition (OCR) software. OCR software is a type of software that can read text from images. I used the Google Cloud Vision API to extract the text from the image. The Google Cloud Vision API is a cloud-based API that can be used to extract text, objects, and other information from images.

---

*Originally published on [Bother](https://paragraph.com/@bother/c-code)*
