To print character / number due to the number
#include
int main()
{
for (int i = 32; i<128;>
cout << (char) i;
return 0;
}
Result :
Post a Comment
No comments:
Post a Comment