#include <stdio.h>
int main()
{
int ch = 158;
for(int i=0; i<100; ++i)
printf("%c\n", ch);
return 0;
}
When you have assigned the char value to a variabel, all you need to do is access that variabel.
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
----- 01000111 01101111 00100000 01000011 00100000 00100001