English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

program to print above text in X , not using pointers or arrays , just basic loops like for etc. for ex:- ' l ' should appear like
X
X
X
X

2007-02-25 03:42:44 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

Replace X with whatever number you want to use.
Your question makes little sense, but I think this is what you want:

void main(void){
int doyourownhomework;

for(doyourownhomework=0;
doyourownhomework doyourownhomework++)

printf("Hello world");

}

2007-02-25 03:48:44 · answer #1 · answered by Vegan 7 · 0 1

fedest.com, questions and answers