I have been trying to solve this problem in C
"Write a program to fill the entire screen with a smiling face. The smiling face has an ASCII value one."
I did misunderstand the program and have made errors, but the program is here *rafb.net/p/oFCBvw86.html
Now, the main problem is:
I have given
char i;
printf(" %c", i);
Now on compiling and running this program in a terminal, I just get blank spaces no smiling face. I have no clue now, where is it going wrong.
"Write a program to fill the entire screen with a smiling face. The smiling face has an ASCII value one."
I did misunderstand the program and have made errors, but the program is here *rafb.net/p/oFCBvw86.html
Now, the main problem is:
I have given
char i;
printf(" %c", i);
Now on compiling and running this program in a terminal, I just get blank spaces no smiling face. I have no clue now, where is it going wrong.